System.GPS.Latitude + Longitude?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highend
Posts: 14953
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

System.GPS.Latitude + Longitude?

Post by highend »

Can anyone (who owns images with gps coordinates in exif data entries) test if

::text property("System.GPS.Latitude");
::text property("System.GPS.Longitude");

outputs anything on such a (selected) image?

::text property("System.GPS.LatitudeRef");
works for me on an image where latitude, latituderef, longitude, longituderef and a few other things (altituderef, etc.) where stored with exiftool.
but latitude/longitude only don't provide any values...
One of my scripts helped you out? Please donate via Paypal

PeterH
Posts: 2827
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: System.GPS.Latitude + Longitude?

Post by PeterH »

I just did - to me it seems it's a windows bug filling these fields.

Extract of my properties-command, regarding GPS:

Code: Select all

  240                             System.GPS.AltitudeRef = (   1) 0
  242                                    System.GPS.Date = (  19) 25.04.2014 12:00:00
  263                            System.GPS.ImgDirection = (   6) 272,11
  264                 System.GPS.ImgDirectionDenominator = (   3) 100
  265                   System.GPS.ImgDirectionNumerator = (   5) 27211
  266                         System.GPS.ImgDirectionRef = (   1) T
  270                             System.GPS.LatitudeRef = (   1) N
  274                            System.GPS.LongitudeRef = (   1) E
  275                                System.GPS.MapDatum = (   6) WGS-84
  278                              System.GPS.Satellites = (   2) 12
  288                               System.GPS.VersionID = (  28) [Byte Array (4)] 02 03 00 00
:arrow: System.GPS.Latitude and .Longitude *are* queried, but no return value!

Extract of EXIF-info, from irfanview:

Code: Select all

GPS information: - 
GPSVersionID - 2.3.0.0
GPSLatitudeRef - N
GPSLatitude - 52  6  18.46 (52.105128)
GPSLongitudeRef - E
GPSLongitude - 7  54  8.68 (7.902411)
GPSAltitudeRef - Sea level
GPSAltitude - 0.00/0.00 m
GPSTimeStamp - 11  4  56.00
GPSImgDirectionRef - True direction
GPSImgDirection - 272.11
GPSDateStamp - 2014:04:25
It seems the labels are the same, while especially Latitude and Longitude are missing.

highend
Posts: 14953
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: System.GPS.Latitude + Longitude?

Post by highend »

Ok, thanks PeterH!
One of my scripts helped you out? Please donate via Paypal

Post Reply