Changeset 29861 in osm for applications/editors/josm


Ignore:
Timestamp:
2013-08-22T00:35:23+02:00 (11 years ago)
Author:
donvip
Message:

[josm_public_transport] see #josm8987 - update to JOSM 6173

Location:
applications/editors/josm/plugins/public_transport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/build.xml

    r29859 r29861  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6169"/>
     7    <property name="plugin.main.version" value="6173"/>
    88
    99    <property name="plugin.author" value="Roland M. Olbricht"/>
  • applications/editors/josm/plugins/public_transport/src/public_transport/TrackStoplistNameCommand.java

    r29859 r29861  
    2929                        oldTime = trackref.stoplistTM.timeAt(workingLine);
    3030                        oldShelter = node.get("shelter");
    31                         try {
    32                                 oldLatLon = node.getCoor().clone();
    33                         } catch (CloneNotSupportedException e) {
    34                                 e.printStackTrace();
    35                         }
     31                        oldLatLon = node.getCoor();
    3632                }
    3733                this.time = (String) trackref.stoplistTM.getValueAt(workingLine, 0);
Note: See TracChangeset for help on using the changeset viewer.