Ignore:
Timestamp:
2009-09-16T18:12:47+02:00 (15 years ago)
Author:
stoecker
Message:

fixed some minor issues

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

Legend:

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

    r16631 r17654  
    9191                <attribute name="Plugin-Description" value="Easy downloading along a long set of interconnected ways"/>
    9292                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/>
    93                 <attribute name="Plugin-Mainversion" value="1815"/>
     93                <attribute name="Plugin-Mainversion" value="2098"/>
    9494                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9595            </manifest>
  • applications/editors/josm/plugins/waydownloader/src/WayDownloaderPlugin.java

    r16963 r17654  
    138138                        LinkedList<Node> dupeNodes = new LinkedList<Node>();
    139139                        dupeNodes.add(dupeNode);
    140                         new MergeNodesAction().mergeNodes(dupeNodes, selectedNode);
     140                        MergeNodesAction.mergeNodes(Main.main.getEditLayer(),
     141                        dupeNodes, selectedNode);
    141142
    142143                        connectedWays = findConnectedWays(); //Carry on
Note: See TracChangeset for help on using the changeset viewer.