A Google Maps based extension for Adobe Bridge for geotagging photos and showing their location on an interactive map.
You need to generate your personal Google Cloud API key to use the extension. You need to set billing information etc., but worry not, the Google Maps Platform gives generous monthly free quota, so you will practically never have to pay real money to use this extension, if you don't share your API key with others. (small print: nevertheless l take no responsibility if you somehow manage to exceed your free quota. Set a usage limit if worried).
-
- Enable
Maps JavaScript API
andPlaces API
for the project
- Enable
-
- Copy the generated key
-
Since this extension is not packaged or signed, it can only be used with debug mode enabled
- Clone the repository or download as a zip
- Copy the
MapViewCEP
to any of the extension folders- It has been reported that only the per-user folders work, so I suggest trying that first. E.g. for Windows
C:\Users\<USERNAME>\AppData\Roaming\Adobe\CEP\extensions
- It has been reported that only the per-user folders work, so I suggest trying that first. E.g. for Windows
- Copy the
nativeEventForwarder.jsx
script to the Startup Scripts folder of Bridge. You can find the path from Edit → Preferences → Startup Scripts → Reveal My Startup Scripts - (Re)start Bridge
- Open extension from Window → Extensions → Map
When you first launch the extension, you will be asked to enter your API key. If it works, the map will launch and the key will be saved in the extension's userdata folder. If it does not work (wrong key, insufficient permissions for the key), the API key will be asked again.
Click anywhere on the map to set a marker, and click Save location to EXIF
. The marker location will be saved to the EXIF metadata (GPSLatitude
and GPSLongitude
) of all selected items that support EXIF metadata, in degrees and decimal minutes format (DDD,MM.mmmmmmk)
.
Map color themes can be changed in MapViewCEP/client/mapStyles.js
. There are four styles, one for every Bridge's global interface theme. You can make your own styles with online tools like https://mapstyle.withgoogle.com/ and just replace any of the 4 style arrays with a new one. For example, if you use the darkest available Bridge interface, modify the mapStyleDarkest
array.
Tested only on Bridge 2021/2022/2023 for Windows. If you have bugs to report or features to request, please do! Pull requests are also welcome.