Jump to content

location coordinates of inserted photo from camera


This topic is 2989 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello

I'm inserting photographs from the inbuilt iPad camera but regardless of my camera "location services" settings I don't seem to get and location metadata. Im trying to get Latitude and Longitude by using

GetContainerAttribute ( image ; "Latitude" ) & GetContainerAttribute ( image ; "Longitude" )

Location services are working for the iPad as I can import an independently taken shot and get the coordinates.

Any thoughts or other workarounds?

Link to comment
Share on other sites

GetContainerAttribute ( image ; "Latitude" ) & GetContainerAttribute ( image ; "Longitude" )

dont use proper for the attribute name use lowercase.

GetContainerAttribute ( image ; "latitude" )

Per FM documentation sometimes youi just dont get Lat and Long

Description 
Edited by Kris M
Link to comment
Share on other sites

This topic is 2989 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.