Ticket #9007: josm_9007_v2.diff
| File josm_9007_v2.diff, 1.8 KB (added by , 12 years ago) |
|---|
-
data/defaultpresets.xml
6573 6573 <roles> 6574 6574 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" /> 6575 6575 <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" /> 6578 6578 </roles> 6579 6579 </item> 6580 6580 <item name="Tunnel" icon="presets/tunnel.png" type="relation"> … … 6588 6588 <text key="operator" text="Operator" /> 6589 6589 <roles> 6590 6590 <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" /> 6593 6593 </roles> 6594 6594 </item> 6595 6595 </group> <!-- Relations -->
