- Timestamp:
- 2020-03-15T17:00:41+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/Multipolygon.java
r16119 r16134 599 599 for (int i = 0; i < joinArray.length && left != 0; ++i) { 600 600 Way c = joinArray[i]; 601 if (c != null && !c.isEmpty()) { 601 if (c != null && c.isEmpty()) { 602 joinArray[i] = null; 603 left--; 604 } else if (c != null && !c.isEmpty()) { 602 605 if (nodes == null) { 603 606 // new ring
Note:
See TracChangeset
for help on using the changeset viewer.