GPS in EXIF GPS in EXIF
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.