Changeset 35976 in osm for applications/editors/josm/plugins/poly/src
- Timestamp:
- 2022-06-14T20:11:21+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/poly/src/poly/PolyExporter.java
r34991 r35976 102 102 103 103 for (Node n : w.getNodes()) { 104 writer.println(String.format(Locale.ENGLISH, " %f %f", n. getCoor().lon(), n.getCoor().lat()));104 writer.println(String.format(Locale.ENGLISH, " %f %f", n.lon(), n.lat())); 105 105 } 106 106 writer.println("END");
Note:
See TracChangeset
for help on using the changeset viewer.