
On Wed, 29 Apr 2015 08:54:31 PM zlinw@mcmedia.com.au wrote:
What I am requireing is an image viewer that will display the geotag data in some format.
Digikam will show you geolocation information for an image, when you are looking at an image on the right hand side there's a vertical tab called "Geolocation" and will overlay the image on a map (KDE Marble by default but you can switch to Google Maps if you so wish). Don't forget you can also extract the coordinates from the image with the ImageMagick "identify" utility at the command line too (though the format looks a little arcane). For example: chris@quad:~/Pictures/Phone/GalaxyNexus/2014-12-08$ identify -verbose 2014-12-08T13\:16\:34.jpg | egrep 'GPSLong|GPSLat' exif:GPSLatitude: 37/1, 48/1, 25488/1000 exif:GPSLatitudeRef: S exif:GPSLongitude: 145/1, 14/1, 7902/1000 exif:GPSLongitudeRef: E Best of luck! Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC