GPS in EXIF GPS in EXIF
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

GPS in EXIF

Started by nils16, June 02, 2008, 03:52:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nils16

Hello

I have most of my photos tagged with GPS in the EXIF.
Is it possible like to make a button "See map" then open Google Maps and you can see where the picture have been taken?

Thank You

RatKing

I'm sure that that can be done but it would help a lot if you would suply a sample photo with the GPS data in the EXIF. That way people that do not have a fancy camera that is GPS aware can also see what they can do for you. Other then that if Google and Flickr can do it so can the coppermine community.  ;D

Megachip


jeepguy_1980

Quote from: RatKing on August 20, 2008, 09:37:00 PM
I'm sure that that can be done but it would help a lot if you would suply a sample photo with the GPS data in the EXIF. That way people that do not have a fancy camera that is GPS aware can also see what they can do for you. Other then that if Google and Flickr can do it so can the coppermine community.  ;D


Actually, the code is already built into Coppermine, it's just a matter of figuring out how to output the code.

/include/exif.php parses all of the Exif data, including the GPS data.

The GPS data is further parsed in /include/makers/gps.php but it's output is never used.  I looked at adding this to my exifmgr.php and exif.php.inc folders.  But it appears that the exif data is already in the sql tables without the GPS stuff and I don't know how to setup another table to add it.