4.0.0 and 4.2.0 - geolocalisation : minus values for Longitude that has E

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

4.0.0 and 4.2.0 - geolocalisation : minus values for Longitude that has E

mj10777
This morning I noticed that in 4.0.0 and after updating to ubuntu 14.10: 4.2.0, that when images are shown in any map, the East value has a minus value.
This mean that an Image in Berlin lands west of Ireland:



The exif values are correct:

Reply | Threaded
Open this post in threaded view
|

Re: 4.0.0 and 4.2.0 - geolocalisation : minus values for Longitude that has E

mj10777
I have just notice, when looking at image taken 2 days ago,
that here the East value is correctly handled in the maps:

map and exif that are correctly shown

In first set of images, exiftool was used to create the GPS Images (with Destination values),
whereas the above images are the original camera images.
Reply | Threaded
Open this post in threaded view
|

Re: 4.0.0 and 4.2.0 - geolocalisation : minus values for Longitude that has E

mj10777
In reply to this post by mj10777
Looking through a specific album,
I found one that showed correctly (+13) and the others showing incorrectly (-13)
- the gps values are correct (as also shown in the exif dialog):

exiftool -v -a -G1 -s 18650101.Unter_den_Linden_76_Neuen_Wilhelmstrasse_NW.exif.jpg > 18650101.Unter_den_Linden_76_Neuen_Wilhelmstrasse_NW.exif.jpg.info.txt
-- correct: dikikam : shows up as 13
  | 11) GPSInfo (SubDirectory) -->
  | + [GPS directory with 15 entries]
  | | 0)  GPSVersionID = 2 3 0 0
  | | 1)  GPSLatitudeRef = N
  | | 2)  GPSLatitude = 52 30 59.6102668 (52/1 30/1 176506/2961)
  | | 3)  GPSLongitudeRef = E
  | | 4)  GPSLongitude = 13 22 50.86287879 (13/1 22/1 67139/1320)
  | | 5)  GPSAltitudeRef = 0
  | | 6)  GPSAltitude = 0 (0/1)
  | | 7)  GPSDestLatitudeRef = N
  | | 8)  GPSDestLatitude = 52 31 0.21082361 (52/1 31/1 7390/35053)
  | | 9)  GPSDestLongitudeRef = E
  | | 10) GPSDestLongitude = 13 22 50.29208925 (13/1 22/1 24794/493)
  | | 11) GPSDestBearingRef = T
  | | 12) GPSDestBearing = 329.9546191 (203582/617)
  | | 13) GPSDestDistanceRef = K
  | | 14) GPSDestDistance = 0.0214 (107/5000)
 
 
 exiftool -v -a -G1 -s 18700101.Am_Weidendamm_2_Haupt_Montirungs_Depot_SW.exif.jpg > 18700101.Am_Weidendamm_2_Haupt_Montirungs_Depot_SW.exif.jpg.info.txt
 -- error: digikam : shows up as -13
  | 11) GPSInfo (SubDirectory) -->
  | + [GPS directory with 15 entries]
  | | 0)  GPSVersionID = 2 3 0 0
  | | 1)  GPSLatitudeRef = N
  | | 2)  GPSLatitude = 52 31 21.02168022 (52/1 31/1 7757/369)
  | | 3)  GPSLongitudeRef = E
  | | 4)  GPSLongitude = 13 23 16.66863469 (13/1 23/1 22586/1355)
  | | 5)  GPSAltitudeRef = 0
  | | 6)  GPSAltitude = 0 (0/1)
  | | 7)  GPSDestLatitudeRef = N
  | | 8)  GPSDestLatitude = 52 31 19.20133964 (52/1 31/1 48733/2538)
  | | 9)  GPSDestLongitudeRef = E
  | | 10) GPSDestLongitude = 13 23 22.51054913 (13/1 23/1 155773/6920)
  | | 11) GPSDestBearingRef = T
  | | 12) GPSDestBearing = 117.1165501 (50243/429)
  | | 13) GPSDestDistanceRef = K
  | | 14) GPSDestDistance = 0.1233 (1233/10000)