0> In article <[email protected]>,
0> OpenStreetMap <URL:mailto:[email protected]> ("trac") wrote:

trac> #2246: Geotagged images with minus longitiudes incorrectly shown
trac> Ticket URL: <http://trac.openstreetmap.org/ticket/2246#comment:2>
trac>
trac> Comment:
trac>
trac> Someone else noticed this?

Yes - I've added the following to the bug report:

I fixed an issue with the sign of longitude and latitude a few months
ago.  My images from gpscorrelate were appearing the wrong side of the
Greenwich Meridian.  Check that you're running a new enough version.

To diagnose, it would be useful to have a dump of the data from the
GPSInfo tags in the exif.  E.g. from one of my images:

/--------[ exiv2 -pv 20090909-121938.jpg | grep '^0x.... GPSInfo' ]
| 0x0000 GPSInfo      GPSVersionID                Byte        4  2 0 0 0 
| 0x0001 GPSInfo      GPSLatitudeRef              Ascii       2  N
| 0x0002 GPSInfo      GPSLatitude                 Rational    3  57/1 28/1 
4203/100
| 0x0003 GPSInfo      GPSLongitudeRef             Ascii       2  W
| 0x0004 GPSInfo      GPSLongitude                Rational    3  4/1 5/1 
3561/100
| 0x0005 GPSInfo      GPSAltitudeRef              Byte        1  0 
| 0x0006 GPSInfo      GPSAltitude                 Rational    1  764675/5000
| 0x0007 GPSInfo      GPSTimeStamp                SRational   3  12/1 19/1 38/1
| 0x0012 GPSInfo      GPSMapDatum                 Ascii       7  WGS-84
| 0x001d GPSInfo      GPSDateStamp                Ascii      11  2009:09:09
\--------

Obviously, it's the GPSLongitude and GPSLongitudeRef that are
particularly relevant to the symptoms.

_______________________________________________
Merkaartor mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/merkaartor

Reply via email to