Bug 340847 - MediaWiki: {{Coord}} template does not exist on Commons
Summary: MediaWiki: {{Coord}} template does not exist on Commons
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-MediaWiki (show other bugs)
Version: 4.4.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 12:52 UTC by Mathieu MD
Modified: 2018-01-30 21:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu MD 2014-11-11 12:52:16 UTC
Geo coordinates seems to have changed in the way MediaWiki Commons handles them:
https://commons.wikimedia.org/wiki/File:Ch%C3%A2teau_d%27Arques_-_2014-11-08_-_i3198.jpg

With "{{Coord|42.952469327|2.367091095}}" we get this message:

> This template does not exist on Commons. Please use instead:
>    For coordinates of the camera's location: {{Location}}
> [...]

It seems necessary to update the Kipi Plugin to use {{Location}} instead of {{Coord}}.
https://commons.wikimedia.org/wiki/Category:Media_with_erroneous_locations
Comment 1 caulier.gilles 2015-05-20 09:32:16 UTC
MediaWiki kipi tool is already fixed. See wikimediajob.cpp::line 218 :

https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/mediawiki/wikimediajob.cpp#L215

Gilles Caulier