You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- This script, when saved as an application, uses ExifTool by Phil Harvey (a free and open-source command-line application) to extract the GPS position from an image's EXIF data and then displays that position in Apple Maps. In other words, run the app by clicking on it and choosing an image file or else by dragging an image file onto the app, and if the image has a GPS position in its EXIF data then Maps.app will open with that position as a dropped pin. If multiple files are dropped onto the app, only the first item is processed. This script assumes that exiftool is installed at /opt/local/bin/exiftool. If exiftool is installed elsewhere, change the property exiftool_path to the proper path.