Changeset 34593 in osm for applications/editors/josm
- Timestamp:
- 2018-08-21T01:07:12+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DirectDownload.java
r34485 r34593 71 71 } 72 72 // replace the existing trace in the unmodifiable tracks 73 data.removeTrack(trk);74 73 dataNew.addTrack(new ImmutableGpxTrack(new ArrayList<>(trk.getSegments()), attrib)); 75 74 }
Note:
See TracChangeset
for help on using the changeset viewer.