Changeset 29861 in osm
- Timestamp:
- 2013-08-22T00:35:23+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/public_transport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/build.xml
r29859 r29861 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="61 69"/>7 <property name="plugin.main.version" value="6173"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
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.