- Timestamp:
- 2011-07-08T21:33:40+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Relation.java
r4100 r4213 407 407 408 408 public boolean isMultipolygon() { 409 return "multipolygon".equals(get("type")); 409 return "multipolygon".equals(get("type")) || "boundary".equals(get("type")); 410 410 } 411 411
Note:
See TracChangeset
for help on using the changeset viewer.