Changeset 35366 in osm
- Timestamp:
- 2020-03-15T17:28:00+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectAction.java
r34824 r35366 75 75 if (selWay != null && // If one of selected ways is not closed we have it to get split points 76 76 selWay.isUsable() && 77 selWay.getNodesCount() > 0 && 77 78 !selWay.isClosed() && 78 79 selWay.getKeys().isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.