Changeset 17365 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
- Timestamp:
- 2009-08-30T18:02:20+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
r17089 r17365 117 117 for (Node node : nodeList) { 118 118 cmds.add(new AddCommand(node)); 119 wayToAdd. nodes.add(node);120 } 121 wayToAdd. nodes.add(wayToAdd.nodes.get(0)); // close the circle119 wayToAdd.addNode(node); 120 } 121 wayToAdd.addNode(wayToAdd.getNode(0)); // close the circle 122 122 123 123 // simplify the way
Note:
See TracChangeset
for help on using the changeset viewer.
