Changeset 26228 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
- Timestamp:
- 2011-07-01T00:44:06+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r25045 r26228 114 114 Way wayToAdd = new Way(); 115 115 for (EastNorth eastNorth : path) { 116 Node nodeToAdd = new Node(Main. proj.eastNorth2latlon(eastNorth));116 Node nodeToAdd = new Node(Main.getProjection().eastNorth2latlon(eastNorth)); 117 117 // check if new node is not already created by another new path 118 118 Node nearestNewNode = checkNearestNode(nodeToAdd, svgDataSet.getNodes());
Note:
See TracChangeset
for help on using the changeset viewer.
