Changeset 16160 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
- Timestamp:
- 2009-06-26T21:58:58+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r15961 r16160 191 191 for (Node n : nodes) { 192 192 if (!n.deleted && !n.incomplete) { 193 double dist = n. eastNorth.distance(nodeToAdd.eastNorth);193 double dist = n.getEastNorth().distance(nodeToAdd.getEastNorth()); 194 194 if (dist < epsilon) { 195 195 return n;
Note:
See TracChangeset
for help on using the changeset viewer.
