Changeset 32425 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
- Timestamp:
- 2016-06-28T23:22:36+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r32211 r32425 142 142 // check if the new way or its nodes is already in OSM layer 143 143 for (Node n : svgDataSet.getNodes()) { 144 Node nearestNewNode = checkNearestNode(n, Main. main.getCurrentDataSet().getNodes());144 Node nearestNewNode = checkNearestNode(n, Main.getLayerManager().getEditDataSet().getNodes()); 145 145 if (nearestNewNode != n) { 146 146 // replace the SVG node by the OSM node
Note:
See TracChangeset
for help on using the changeset viewer.