Reputation: 20237
I am trying to see if it is possible to read a geotag from a photo using javascript. I would specifically like to do this for use in the google maps API. I know this is probably done on the server side most of the time, but I would like to know if it is possible.
Upvotes: 2
Views: 1309
Reputation: 3630
Geotag data is stored as long/lat in the EXIF, and there is a client-side implementation of exif parser.
Upvotes: 5