GNOME Bugzilla – Bug 654650
Wrong location of photos with map plugin
Last modified: 2019-02-22 03:16:08 UTC
Map plugin does not update position of selected photo, rendering issues of the map also exists. Also, photos is marked on wrong location (checked that geodata in EXIF is correct!).
Hmm, okay the wrong location appear to be due to libexif changing it's output format of GPS values in 0.9.20. The plugin only manages to parse the hour-value there. Minutes and seconds are ignored. Will take a look if it is feasible to circumvent libexif's output formatting. Can you please describe your other issues a bit more detailed?
The wrong location should be resolved now with the following commit: commit 4e7e8e0f2841b8daaa2f9404ee9ba5fce01bc9a6 Author: Felix Riemann <> Date: Thu Jul 21 17:32:52 2011 +0200 map: Parse coordinate tags directly from the Exif data Beforehand the coordinates were parsed from libexif's formatted output strings. This has shown to be unreliable when the output format changed. https://bugzilla.gnome.org/show_bug.cgi?id=654650 I've splitted the other issues you mentioned off into bug 655057. Please describe them in more detail over there. --- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.