[FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker?

Jens Teich info at jensteich.de
Sat Nov 19 21:58:45 UTC 2011


Exif_Get( Exif_Demo::jpeg ; "GPSLongitude" ) &"¶"&
Exif_Get( Exif_Demo::jpeg ; "GPSLongitudeRef" ) &"¶"&
Exif_Get( Exif_Demo::jpeg ; "GPSLatitude" ) &"¶"&
Exif_Get( Exif_Demo::jpeg ; "GPSLatitudeRef" ) &"¶"&
Exif_Get( Exif_Demo::jpeg ; "GPSAltitude" ) &"¶"&
Exif_Get( Exif_Demo::jpeg ; "GPSAltitudeRef" )

=>

#(73 1341/25 0)
W
#(41 1481/25 0)
N
32873/359
0

1341/25 is a rational fraction
#() is vector, remove these notation with substitute

HTH
-jens


Am 18.11.2011 13:39, schrieb Jonathan Sherry:
> The attached contains the co-ordinates to my office desk.
>
> Thanks,
> -jb
>
>
> -- 
> Jonathan Sherry
> FullCity Consulting Inc.
> 845 758 1360 (NY)
> 201 445 9670 (NJ)
> 845 532 4267 (Mobile)
> 845 790 6467 (Fax)
>
> FileMaker Business Alliance Platinum Members
> Certified FileMaker Developer (Versions 9, 10 and 11)
> 2007 & 2011 FileMaker Business Partner of The Year
> http://www.fullcityconsulting.com
>
> On Nov 18, 2011, at 2:02 AM, Jens Teich wrote:
>
>> Am 17.11.2011 21:17, schrieb Jonathan Sherry:
>>> I've confirmed that an image taken with my iPhone contains the 
>>> following Geotags:
>>> North Or South Latitude
>>> Latitude
>>> East or West Longitude
>>> Longitude
>>>
>>> I can view standard tags in my image when it's loaded into 
>>> ExifPlugin's example database, but not these tags. Is there any way 
>>> to do this?
>>>
>>>
>> Can you send a sample pic please?
>>
>> jens
>





More information about the fm-lisp mailing list