Changeset 26228 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
- Timestamp:
- 2011-07-01T00:44:06+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
r25045 r26228 116 116 List<Node> nodeList = new ArrayList<Node>(); 117 117 for (EastNorth eastNorth : eastNorths.get(bestPath)) { 118 nodeList.add(new Node(Main. proj.eastNorth2latlon(eastNorth)));118 nodeList.add(new Node(Main.getProjection().eastNorth2latlon(eastNorth))); 119 119 } 120 120 Way wayToAdd = new Way();
Note:
See TracChangeset
for help on using the changeset viewer.