From jonathan at fullcityconsulting.com Thu Nov 17 20:17:32 2011 From: jonathan at fullcityconsulting.com (Jonathan Sherry) Date: Thu, 17 Nov 2011 15:17:32 -0500 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? Message-ID: 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at jensteich.de Fri Nov 18 07:02:07 2011 From: info at jensteich.de (Jens Teich) Date: Fri, 18 Nov 2011 08:02:07 +0100 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? In-Reply-To: References: Message-ID: <4EC602EF.1000706@jensteich.de> 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 From jonathan at fullcityconsulting.com Fri Nov 18 12:39:52 2011 From: jonathan at fullcityconsulting.com (Jonathan Sherry) Date: Fri, 18 Nov 2011 07:39:52 -0500 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? In-Reply-To: <4EC602EF.1000706@jensteich.de> References: <4EC602EF.1000706@jensteich.de> Message-ID: <34F2AD81-708D-4309-9817-8CD74390254B@fullcityconsulting.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMG_0187.JPG Type: image/jpg Size: 1806260 bytes Desc: not available URL: From info at jensteich.de Sat Nov 19 21:58:45 2011 From: info at jensteich.de (Jens Teich) Date: Sat, 19 Nov 2011 22:58:45 +0100 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? In-Reply-To: <34F2AD81-708D-4309-9817-8CD74390254B@fullcityconsulting.com> References: <4EC602EF.1000706@jensteich.de> <34F2AD81-708D-4309-9817-8CD74390254B@fullcityconsulting.com> Message-ID: <4EC82695.7050305@jensteich.de> 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 > From jonathan at fullcityconsulting.com Tue Nov 22 18:33:22 2011 From: jonathan at fullcityconsulting.com (Jonathan Sherry) Date: Tue, 22 Nov 2011 13:33:22 -0500 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? In-Reply-To: <4EC82695.7050305@jensteich.de> References: <4EC602EF.1000706@jensteich.de> <34F2AD81-708D-4309-9817-8CD74390254B@fullcityconsulting.com> <4EC82695.7050305@jensteich.de> Message-ID: <8FB55EC9-9105-4B3C-B450-A55EB0EA3D7A@fullcityconsulting.com> 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 >> > From info at jensteich.de Tue Nov 22 19:16:32 2011 From: info at jensteich.de (Jens Teich) Date: Tue, 22 Nov 2011 20:16:32 +0100 Subject: [FileMaker and Lisp] Is it possible to get Exif Geotags with ExifPlugin for Filemaker? In-Reply-To: <8FB55EC9-9105-4B3C-B450-A55EB0EA3D7A@fullcityconsulting.com> References: <4EC602EF.1000706@jensteich.de> <34F2AD81-708D-4309-9817-8CD74390254B@fullcityconsulting.com> <4EC82695.7050305@jensteich.de> <8FB55EC9-9105-4B3C-B450-A55EB0EA3D7A@fullcityconsulting.com> Message-ID: <4ECBF510.7000208@jensteich.de> 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