Changeset 33750 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2017-10-30T21:28:49+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r33745 r33750 91 91 if (dialog.getValue() == 1) { 92 92 dialog.updateImageTmp(); 93 // FIXME: Remove next line, see below.94 boolean isNewGpsData = photo.getTmp().hasNewGpsData();95 93 // There are cases where isNewGpsData is not set but there 96 94 // is still new data, e.g. if the EXIF data was re-read 97 95 // from the image file. 98 96 photo.applyTmp(); 99 // FIXME: Remove the next lines once the patch in ticket100 // #15502 is active.101 if (isNewGpsData) {102 photo.flagNewGpsData();103 }104 97 } else { 105 98 photo.discardTmp();
Note:
See TracChangeset
for help on using the changeset viewer.