Search found 2 matches

by sdouglas
Fri Mar 31, 2017 5:20 pm
Forum: Adobe Bridge Scripting: General Discussion
Topic: Adding GPSLatitude/GPSLongitude
Replies: 1
Views: 8219

Re: Adding GPSLatitude/GPSLongitude

Update: I was able to get this to work, I simply renamed every reference to lat/long throughout the code to GPSLatitude and GPSLongitude. Example: if(doLat){ try{ myXmp.deleteProperty(XMPConst.NS_EXIF, "GPSLatitude"); myXmp.setProperty(XMPConst.NS_EXIF, "GPSLatitude", GPSLatitude...
by sdouglas
Wed Mar 29, 2017 8:24 pm
Forum: Adobe Bridge Scripting: General Discussion
Topic: Adding GPSLatitude/GPSLongitude
Replies: 1
Views: 8219

Adding GPSLatitude/GPSLongitude

Hello, I have been using Paul's script to add metadata to photos in subfolders and it is a lifesaver! However, I need to tweak a few things for our organization. To keep it simple, I will focus on latitude and longitude here. I would like to be able to import lat/long from 2 columns in a CSV file. F...