Skip to content

Show a photo's Geo Location from Adobe Bridge CC - From right-click menu on a photo in Bridge, choose to see the geotagged position on Google Maps

Notifications You must be signed in to change notification settings

StigNygaard/Adobe_Bridge_Show_Geo_Location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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.