After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654650 - Wrong location of photos with map plugin
Wrong location of photos with map plugin
Status: RESOLVED FIXED
Product: eog-plugins
Classification: Core
Component: general
3.0.x
Other Linux
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks: 655057
 
 
Reported: 2011-07-14 21:51 UTC by andgoransson
Modified: 2019-02-22 03:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description andgoransson 2011-07-14 21:51:05 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!).
Comment 1 Felix Riemann 2011-07-16 11:42:48 UTC
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?
Comment 2 Felix Riemann 2011-07-21 15:41:56 UTC
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.