it looks like the image you attached does not have any EXIF data in it, so i am going on your description of what the EXIF data looks like:
[code blow uses your LATITUDE and LONGITUDE variables and assumes they are in DD"MM'SS.SSSS format]
<cfset degrees_lat = (listlast(latitude, chr(34)&chr(34))/60 + listgetat(latitude, 2, chr(34)&chr(39)))/60 + listfirst(latitude, chr(34)&chr(39))>
<cfset degrees_lng = (listlast(longitude, chr(34)&chr(34))/60 + listgetat(longitude, 2, chr(34)&chr(39)))/60 + listfirst(longitude, chr(34)&chr(39))>
hth
Main Topics
Browse All Topics





by: SidFishesPosted on 2008-11-03 at 13:42:28ID: 22871485
there's some JS here which could be adapted or cfscript-ed
m/showthre ad.php?t=9 709
http://www.codingforums.co