Changeset 35436 in osm for applications/editors/josm/plugins/utilsplugin2/src/org
- Timestamp:
- 2020-05-08T08:53:59+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/curves/CircleArcMaker.java
r35434 r35436 135 135 136 136 Set<Node> fixNodes = new HashSet<>(anchorNodes); 137 138 139 140 141 137 if (!selectedWays.isEmpty()) { 138 nodes.stream().filter( 139 n -> n.isTagged() || n.getParentWays().size() > 1 || n.referrers(Relation.class).count() > 0) 140 .forEach(fixNodes::add); 141 } 142 142 boolean needsUndo = false; 143 143 if (!cmds.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.