dlugirapfr
Registered User.
- Local time
- Today, 16:43
- Joined
- Nov 22, 2012
- Messages
- 68
Hi All,
I read a lot of articles about Exif coordinates in Access but maybe you have solution how to deal it in queries.
I know there is huge tool https://www.access-programmers.co.u...current-geolocation-data-using-access.299932/
I have table like this
etc.
Do you know how to create query like this.
I don't know how to adapt solution https://www.everythingaccess.com/tutorials.asp?ID=Extracting-GPS-data-from-JPEG-files into query.
Thank you for your help.
Karol
I read a lot of articles about Exif coordinates in Access but maybe you have solution how to deal it in queries.
I know there is huge tool https://www.access-programmers.co.u...current-geolocation-data-using-access.299932/
I have table like this
ID | URL |
1 | c:\test1.jpg |
2 | c:\test2.jpg |
etc.
Do you know how to create query like this.
ID | URL | Latitude | Longitude | Altitude |
1 | c:\test1.jpg | -32,434 | 1,33 | 0,2 |
2 | c:\test2.jpg | -32,433 | 1,44 | 0,6 |
I don't know how to adapt solution https://www.everythingaccess.com/tutorials.asp?ID=Extracting-GPS-data-from-JPEG-files into query.
Thank you for your help.
Karol