Ignore:
Timestamp:
2021-05-06T22:44:54+02:00 (3 years ago)
Author:
simon04
Message:

fix #11710 - Re-geotagging hides pictures that are not covered by GPX track (patch by Bjoeni)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java

    r17715 r17878  
    572572            gpsTime = tmp.gpsTime;
    573573            exifImgDir = tmp.exifImgDir;
    574             isNewGpsData = tmp.isNewGpsData;
     574            isNewGpsData = isNewGpsData || tmp.isNewGpsData;
    575575            tmp = null;
    576576        }
Note: See TracChangeset for help on using the changeset viewer.