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

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? 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

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

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

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

Thanks, this is very helpful. I'd like to blog about using your plugin, with a url to your website. Is that ok? -- 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 19, 2011, at 4:58 PM, Jens Teich wrote:
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

Am 22.11.2011 19:33, schrieb Jonathan Sherry:
Thanks, this is very helpful.
I'd like to blog about using your plugin, with a url to your website. Is that ok?
Yes of course, thanks for asking -jens
participants (2)
-
Jens Teich
-
Jonathan Sherry