Changeset 29861 in osm for applications/editors/josm/plugins/public_transport/src
- Timestamp:
- 2013-08-22T00:35:23+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java
r29859 r29861 29 29 oldTime = trackref.stoplistTM.timeAt(workingLine); 30 30 oldShelter = node.get("shelter"); 31 try { 32 oldLatLon = node.getCoor().clone(); 33 } catch (CloneNotSupportedException e) { 34 e.printStackTrace(); 35 } 31 oldLatLon = node.getCoor(); 36 32 } 37 33 this.time = (String) trackref.stoplistTM.getValueAt(workingLine, 0);
Note:
See TracChangeset
for help on using the changeset viewer.