Changeset 6197 in josm


Ignore:
Timestamp:
2013-08-26T17:05:04+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9007 - fix bridge preset (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6195 r6197  
    65746574                <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
    65756575                <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
    6576                 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
    6577                 <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
     6576                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
     6577                <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
    65786578            </roles>
    65796579        </item>
     
    65896589            <roles>
    65906590                <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
    6591                 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
    6592                 <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
     6591                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
     6592                <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
    65936593            </roles>
    65946594        </item>
Note: See TracChangeset for help on using the changeset viewer.