Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.41 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.41 KB

Adobe_Bridge_Show_Geo_Location

Adobe Photoshop Bridge CC "plugin" to make it possible to see geolocation of photos from Bridge.

Adds an option to photo context menus in Adobe Bridge CC, to see the photo's geo-position on Google Maps (Will open in the default webbrowser).

You might want/need to experiment with how cmd is defined in the code. Mac users should change line #39 to something like:

var cmd = "open \"https://www.google.com/maps/search/?api=1&query=" + latResult + "," + lonResult + "\"";

To install, simply copy the jsx file into Adobe Bridge's Startup Scripts folder. To find this folder's location, open Bridge and choose: Preferences -> Startup Scripts -> Reveal My Startup Scripts.

Verified working on Windows 10/11 with Adobe Bridge from CC 2018 (vers. 8) to CC 2023 (vers. 13).

I don't really have any knowledge or prior experience on scripting in Adobe CC, but inspired by an older script by Paul-Riggott (which ain't working in newer CC versions) and a discussion in Photoshop Family support, I have been able to create this. Also thanks to Gene Parcellano for above-mentioned modification for Mac users.