Exporting geolocation

the ‘Create MetaData Overview’ its a great way to easily (without scripting) export the overview. However for the geolocation data it exports the town only. It would be great if it could export the actual latitude and longitude. That way I could import the data into a mapping program or database with mapping capability (such as Tap Forms)

The request is noted.

In the meantime…is there a way to access the exact lat/lon with a script? (that I could use in an export script)

You cna use the latitude and longitude parameters.

tell application id "DNtp"
	set sel to item 1 of (selected records)
	set lat to latitude of sel
	set long to longitude of sel
end tell

Excellent. Thanks so much for the (always) great support!

You’re very welcome :slight_smile: