- Timestamp:
- 2015-04-23T19:21:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Condition.java
r8237 r8252 414 414 case "unclosed_multipolygon": 415 415 return e.osm instanceof Relation && ((Relation) e.osm).isMultipolygon() && 416 !e.osm.isIncomplete() && !((Relation) e.osm).hasIncompleteMembers() && 416 417 !MultipolygonCache.getInstance().get(Main.map.mapView, (Relation) e.osm).getOpenEnds().isEmpty(); 417 418 case "open_end":
Note:
See TracChangeset
for help on using the changeset viewer.