forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: nils16 on June 02, 2008, 03:52:52 pm

Title: GPS in EXIF
Post by: nils16 on June 02, 2008, 03:52:52 pm
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
Title: Re: GPS in EXIF
Post by: 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
Title: Re: GPS in EXIF
Post by: Megachip on September 10, 2008, 02:41:55 pm
Tried this (http://forum.coppermine-gallery.net/index.php/topic,47812.0.html)?
Title: Re: GPS in EXIF
Post by: jeepguy_1980 on November 12, 2008, 01:33:07 am
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.