Changeset 4185 in josm
- Timestamp:
- 2011-06-29T17:35:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r4182 r4185 1455 1455 if(osm instanceof Relation) 1456 1456 { 1457 if(!types.contains(PresetType.RELATION)) { 1457 if(!types.contains(PresetType.RELATION) && 1458 !(types.contains(PresetType.CLOSEDWAY) && ((Relation)osm).isMultipolygon())) { 1458 1459 continue; 1459 1460 }
Note:
See TracChangeset
for help on using the changeset viewer.