Changeset 17654 in osm
- Timestamp:
- 2009-09-16T18:12:47+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r16607 r17654 21 21 <ant antfile="build.xml" target="dist" dir="livegps"/> 22 22 <ant antfile="build.xml" target="dist" dir="measurement"/> 23 <ant antfile="build.xml" target="dist" dir="michigan_left"/> 23 24 <ant antfile="build.xml" target="dist" dir="nearclick"/> 24 25 <ant antfile="build.xml" target="dist" dir="openlayers"/> … … 64 65 <ant antfile="build.xml" target="clean" dir="livegps"/> 65 66 <ant antfile="build.xml" target="clean" dir="measurement"/> 67 <ant antfile="build.xml" target="clean" dir="michigan_left"/> 66 68 <ant antfile="build.xml" target="clean" dir="nearclick"/> 67 69 <ant antfile="build.xml" target="clean" dir="openlayers"/> -
applications/editors/josm/plugins/michigan_left
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
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.