Changeset 17654 in osm for applications/editors/josm/plugins/waydownloader
- Timestamp:
- 2009-09-16T18:12:47+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/waydownloader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r16631 r17654 91 91 <attribute name="Plugin-Description" value="Easy downloading along a long set of interconnected ways"/> 92 92 <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"/> 94 94 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 95 95 </manifest> -
applications/editors/josm/plugins/waydownloader/src/WayDownloaderPlugin.java
r16963 r17654 138 138 LinkedList<Node> dupeNodes = new LinkedList<Node>(); 139 139 dupeNodes.add(dupeNode); 140 new MergeNodesAction().mergeNodes(dupeNodes, selectedNode); 140 MergeNodesAction.mergeNodes(Main.main.getEditLayer(), 141 dupeNodes, selectedNode); 141 142 142 143 connectedWays = findConnectedWays(); //Carry on
Note:
See TracChangeset
for help on using the changeset viewer.