Changeset 9948 in josm
- Timestamp:
- 2016-03-07T20:40:03+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java
r9925 r9948 185 185 } 186 186 } 187 if (wayDataList.isEmpty() && !nodeList.isEmpty()) {187 if (wayDataList.isEmpty() && nodeList.size() > 2) { 188 188 final WayData data = new WayData(nodeList); 189 189 final Collection<Command> commands = orthogonalize(Collections.singletonList(data), Collections.<Node>emptyList());
Note:
See TracChangeset
for help on using the changeset viewer.