Ticket #9007: josm_9007.diff

File josm_9007.diff, 1.8 KB (added by skyper, 11 years ago)

patch update

  • data/defaultpresets.xml

     
    65506550            <roles>
    65516551                <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
    65526552                <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
    6553                 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
    6554                 <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
     6553                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
     6554                <role key="edge" text="outline ways parallel to highways" requisite="optional" type="way" />
    65556555            </roles>
    65566556        </item>
    65576557        <item name="Tunnel" icon="presets/tunnel.png" type="relation">
     
    65656565            <text key="operator" text="Operator" />
    65666566            <roles>
    65676567                <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
    6568                 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
    6569                 <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
     6568                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
     6569                <role key="edge" text="outline ways parallel to highways" requisite="optional" type="way" />
    65706570            </roles>
    65716571        </item>
    65726572    </group> <!-- Relations -->