Changeset 33910 in osm for applications/editors/josm/plugins
- Timestamp:
- 2017-11-25T02:08:05+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/waydownloader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r33574 r33910 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="126 75"/>7 <property name="plugin.main.version" value="12689"/> 8 8 9 9 <property name="plugin.author" value="Harry Wood"/> -
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r33574 r33910 176 176 return; 177 177 Command cmd = MergeNodesAction.mergeNodes( 178 MainApplication.getLayerManager().getEditLayer(),179 178 Collections.singletonList(dupeNode), 180 179 selectedNode
Note:
See TracChangeset
for help on using the changeset viewer.