View Issue Details

IDProjectCategoryView StatusLast Update
0001381GeoSetterImage Datapublic2017-01-17 20:32
Reportergldata Assigned Toheiko  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
PlatformWindowsOSWin 7 ProfOS Version
Product Version3.4.16 beta 
Target VersionFixed in Version 
Summary0001381: GeoTag add an additional "GPS Latitude" & "GPS Longitude" field, so there are 2 of each of the 2 fields
DescriptionWe using Geotag to add GPS fields to images which were forwaded to another process (3rd party) and that process was rejecting the images. Traced the problem to Geosetter adding duplicate "GPS Latitude" & "GPS Longitude" fields.
Steps To ReproduceIn GeoSetter open a file that already has GPS information. See attached screen capture. Double click the image and save it. Open the image again and it now has two Lat/Long fields.
Additional InformationThey are three attachments - a listing of the Image info fields, image after being altered and image before being altered..

Thankt
TagsNo tags attached.

Activities

gldata

2017-01-13 09:26

reporter  

GeoSetter Capture.docx (242,512 bytes)

heiko

2017-01-13 20:37

developer   ~0002450

the fields GPSLatitude and GPSLongitude are not duplicated. One entry is the EXIF data, the other is the XMP data

You have the posibility to delete the values after GeoSetter has written them. To do this, open the Settings and go to the tab "ExifTool". Activate "Use Additional ExifTool Commands after GeoSetter Commands" and enter the following:

-execute -XMP:GPSLatitude="" -XMP:GPSLongitude=""

to delete the XMP data, or

-execute -EXIF:GPSLatitude="" -EXIF:GPSLongitude=""

to delete the EXIF data

gldata

2017-01-17 13:03

reporter   ~0002451

Thank you for your quick response. I added the ExifTool commands to delete the XMP data and the upstream program now accepts the modified jpegs, and no longer rejects the jpegs. Looks like the issue is resolved for me. Thank you.

Issue History

Date Modified Username Field Change
2017-01-13 09:26 gldata New Issue
2017-01-13 09:26 gldata File Added: GeoSetter Capture.docx
2017-01-13 20:37 heiko Note Added: 0002450
2017-01-17 13:03 gldata Note Added: 0002451
2017-01-17 20:32 heiko Status new => resolved
2017-01-17 20:32 heiko Resolution open => no change required
2017-01-17 20:32 heiko Assigned To => heiko