1 <?xml version="1.0" encoding="UTF-8" ?>
7 <category name="Roads" id="roads">
10 <category name="Paths" id="paths">
13 <category name="Transport" id="transport">
16 <category name="Water" id="water">
19 <category name="Natural" id="natural">
22 <category name="Admin" id="admin">
27 <feature name="Motorway">
28 <category>roads</category>
29 <icon image="features/highway__motorway.png">
30 <font size="16pt"><b>${ref}</b></font><br/>
34 <tag k="highway" v="motorway"/>
37 <feature name="Motorway link" icon="features/motorway_link.png">
38 <category>roads</category>
40 <tag k="highway" v="motorway_link"/>
43 <feature name="Trunk Road">
44 <category>roads</category>
45 <icon image="features/highway__trunk.png">
46 <font size="16pt"><b>${ref}</b></font><br/>
47 <font size="10pt">${name}</font>
51 <tag k="highway" v="trunk"/>
53 <input type="freetext" presence="always"
54 name="Name" category="Naming" priority="highest"
55 key="name" description="The most common name for this road"/>
56 <input type="freetext" presence="always"
57 name="Reference" category="Naming" priority="high"
58 key="ref" description="The official reference number for this road"/>
59 <input type="choice" presence="always"
60 name="Surface" category="Physical" description="Type of road surface"
62 <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
63 <choice value="paved" text="Paved" description="Road surface is sealed"/>
65 <input type="choice" presence="onTagMatch"
66 name="Oneway" category="Restrictions" description="Oneway roads"
68 <choice value="yes" match="yes|true|1" text="One way"
69 description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
70 <choice value="no" match="no|false|0" text="Two way"
71 description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
72 <choice value="-1" match="-1|reverse" text="One way reverse"
73 description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
78 <feature name="Primary Road">
79 <category>roads</category>
81 <font size="16pt"><b>${ref}</b></font><br/>
82 <font size="10pt">${name}</font>
86 <tag k="highway" v="primary"/>
89 <feature name="Secondary Road">
90 <category>roads</category>
92 <font size="16pt"><b>${ref}</b></font><br/>
93 <font size="10pt">${name}</font>
97 <tag k="highway" v="secondary"/>
100 <feature name="Tertiary Road">
101 <category>roads</category>
103 <font size="14pt"><b>${name}</b></font><br/>
104 <font size="10pt">${ref}</font>
108 <tag k="highway" v="tertiary"/>
111 <feature name="Residential Road">
112 <category>roads</category>
113 <icon image="features/highway__residential.png">
114 <font size="14pt"><b>${name}</b></font><br/>
115 <font size="6pt">${postal_code}</font>
119 <tag k="highway" v="residential"/>
122 <feature name="Road">
123 <category>roads</category>
124 <icon image="features/highway__unclassified.png">
125 <font size="14pt"><b>${name}</b></font>
129 <tag k="highway" v="unclassified"/>
132 <feature name="Service Road">
133 <category>roads</category>
134 <icon image="features/highway__service.png">
135 <font size="14pt"><b>${name}</b></font>
142 <tag k="highway" v="service"/>
145 <feature name="Unknown Road">
146 <category>roads</category>
148 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
152 <tag k="highway" v="road"/>
155 <feature name="Living Street">
156 <category>roads</category>
158 <font size="14pt"><b>${name}</b></font>
162 <tag k="highway" v="tertiary"/>
165 <feature name="Track">
166 <category>roads</category>
168 <font size="14pt"><b>${name}</b></font>
172 <tag k="highway" v="track"/>
175 <feature name="Pedestrian Road">
176 <category>roads</category>
178 <font size="14pt"><b>${name}</b></font>
182 <tag k="highway" v="pedestrian"/>
189 <feature name="Cycle Path">
190 <category>paths</category>
192 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
196 <tag k="highway" v="cycleway"/>
199 <feature name="Foot Path">
200 <category>paths</category>
202 ${name} <i>${ref}</i>
206 <tag k="highway" v="footway"/>
209 <feature name="Bridleway">
210 <category>paths</category>
215 <tag k="highway" v="bridleway"/>
218 <feature name="Steps">
219 <category>paths</category>
224 <tag k="highway" v="steps"/>
230 <feature name="Fence">
235 <tag k="barrier" v="fence"/>
238 <feature name="Hedge">
243 <tag k="barrier" v="hedge"/>
246 <feature name="Wall">
251 <tag k="barrier" v="wall"/>
257 <feature name="Stream">
258 <category>water</category>
260 <font size="14pt"><b>${name}</b></font>
264 <tag k="waterway" v="stream"/>
267 <feature name="River">
268 <category>water</category>
270 <font size="14pt"><b>${name}</b></font>
274 <tag k="waterway" v="river"/>
277 <feature name="Canal">
278 <category>water</category>
280 <font size="14pt"><b>${name}</b></font>
284 <tag k="waterway" v="canal"/>
288 <category>water</category>
290 <font size="14pt"><b>${name}</b></font>
294 <tag k="waterway" v="dam"/>
300 <feature name="Railway Line">
301 <category>transport</category>
303 <font size="14pt"><b>${name}</b></font>
307 <tag k="railway" v="rail"/>
310 <feature name="Tram Line">
311 <category>transport</category>
313 <font size="14pt"><b>${name}</b></font>
317 <tag k="railway" v="tram"/>
320 <feature name="Subway Line">
321 <category>transport</category>
323 <font size="14pt"><b>${name}</b></font>
327 <tag k="railway" v="subway"/>
333 <feature name="Building">
335 <b>${name} ${addr:housename}</b><br/>
336 ${addr:housenumber} ${addr:street} ${addr:postcode}
340 <tag k="building" v="*"/>