Raffie77 Posted February 26, 2019 Share Posted February 26, 2019 Hi people, this is not a workflow, it's a snippet that shows you the location of the photo in google maps is satelite mode. this is the snippet: Quote open "http://maps.google.com?t=k&q=loc:$(exiftool -ee -p '$gpslatitude, $gpslongitude' -c "%d°%d'%.2f"\" {cursor} 2> /dev/null | sed -e "s/ //g")" how to use it: open terminal activate this snippet while in Terminal open the folder where your photo is located in finder drag the photo that contains gps data to your terminal activate the terminal window and press enter It took me some time to figure out how to open the photo in Google maps in satelite mode. When you activate this snippet, note the location of the cursor, it's not at the end (for a reason 🙂 ) Oh and btw, you need to install exiftool from phil Harvey: Exiftool to use this snippet Link to comment
vitor Posted February 26, 2019 Share Posted February 26, 2019 Welcome @Raffie77, I’ve decided to make a Workflow for the task, so you don’t have to use a snippet with manual work. You don’t need to install exiftool yourself (but will work with your installed version) and it supports bot Apple’s and Google’s Maps. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now