Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
According to the EXIF specification, the field GPSVersionID is mandatory when any gps information is present.
TiffOutputSet.setGPSInDegrees is a convenience method to set the location of the image. It should make sure, that the field GPSVersionID is set. Otherwise the resulting meta info will be invalid and some tools fail to read the location.
See https://josm.openstreetmap.de/ticket/10745 for the original user report.