Changeset 35976 in osm for applications/editors/josm/plugins/importvec/src/org
- Timestamp:
- 2022-06-14T20:11:21+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImportTask.java
r35975 r35976 137 137 break; 138 138 case PathIterator.SEG_CLOSE: 139 if (currentway.firstNode(). getCoor().equalsEpsilon(nodes.getLast().getCoor(), ILatLon.MAX_SERVER_PRECISION)) {139 if (currentway.firstNode().equalsEpsilon(nodes.getLast(), ILatLon.MAX_SERVER_PRECISION)) { 140 140 currentway.removeNode(nodes.removeLast()); 141 141 }
Note:
See TracChangeset
for help on using the changeset viewer.