Changeset 34814 in osm for applications/editors
- Timestamp:
- 2019-01-12T10:44:03+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/selection/NodeWayUtils.java
r34812 r34814 474 474 } 475 475 for (OsmPrimitive p: selected) { 476 if (!(p instanceof Relation) || p.isMultipolygon())476 if (!(p instanceof Relation) || !p.isMultipolygon()) 477 477 continue; 478 478 addAllInsideMultipolygon(dataset, (Relation) p, newWays, newNodes);
Note:
See TracChangeset
for help on using the changeset viewer.