Changeset 4322 in josm for trunk/src/org
- Timestamp:
- 2011-08-20T15:37:37+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r4320 r4322 388 388 389 389 public static Command deleteWaySegment(OsmDataLayer layer, WaySegment ws) { 390 if (ws.way.getNodesCount() < 3) 391 return delete(layer, Collections.singleton(ws.way), false); 392 390 393 if (ws.way.firstNode() == ws.way.lastNode()) { 391 394 // If the way is circular (first and last nodes are the same),
Note:
See TracChangeset
for help on using the changeset viewer.