https://bugs.kde.org/show_bug.cgi?id=516297
--- Comment #8 from An. Cr. <[email protected]> --- /* I'm asking for the GPS coordinates of the file. */ @localhost:~/SONY/12160220> exiftool -GPSLatitude -GPSLongitude -GPSPosition ANT02658.HIF /* The file has no coordinates */ /* I manually add the longitude and latitude coordinates */ @localhost:~/SONY/12160220> exiftool -GPSLatitude="40 deg 21\' 57.15\" N" -GPSLongitude="3 deg 36\' 12.33\" W" ANT02658.HIF 1 image files updated /* Now the photo has metadata (latitude and longitude) */ @localhost:~/SONY/12160220> exiftool -GPSLatitude -GPSLongitude -GPSPosition ANT02658.HIF GPS Latitude : 40 deg 21' 57.15" GPS Longitude : 3 deg 36' 12.33" GPS Position : 40 deg 21' 57.15", 3 deg 36' 12.33" @localhost:~/SONY/12160220> exiftool -ver 13.50 -- You are receiving this mail because: You are watching all bug changes.
