Changeset 17943 in josm


Ignore:
Timestamp:
2021-06-28T23:03:35+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #21048 - Allow multipolygons as inner part of building relations with role part; remove the roles entrance and level_n (deprecated tagging schema), this automatically adds warnings for both roles ("...is not among expected values...")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r17940 r17943  
    86868686            <roles>
    86878687                <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
    8688                 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
     8688                <role key="part" text="Inner segment" requisite="required" type="way,closedway,multipolygon" />
    86898689                <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
    86908690                <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
    8691                 <role key="entrance" text="Entrance" requisite="optional" type="node" />
    8692                 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
    86938691            </roles>
    86948692        </item> <!-- Building -->
Note: See TracChangeset for help on using the changeset viewer.