Changeset 17654 in osm


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

fixed some minor issues

Location:
applications/editors/josm/plugins
Files:
4 edited

Legend:

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

    r16607 r17654  
    2121        <ant antfile="build.xml" target="dist" dir="livegps"/>
    2222        <ant antfile="build.xml" target="dist" dir="measurement"/>
     23        <ant antfile="build.xml" target="dist" dir="michigan_left"/>
    2324        <ant antfile="build.xml" target="dist" dir="nearclick"/>
    2425        <ant antfile="build.xml" target="dist" dir="openlayers"/>
     
    6465        <ant antfile="build.xml" target="clean" dir="livegps"/>
    6566        <ant antfile="build.xml" target="clean" dir="measurement"/>
     67        <ant antfile="build.xml" target="clean" dir="michigan_left"/>
    6668        <ant antfile="build.xml" target="clean" dir="nearclick"/>
    6769        <ant antfile="build.xml" target="clean" dir="openlayers"/>
  • applications/editors/josm/plugins/michigan_left

    • Property svn:ignore set to
      build
  • 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.