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"/>
75 <input type="speed" presence="onTagMatch"
76 name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
80 <feature name="Primary Road">
81 <category>roads</category>
83 <font size="16pt"><b>${ref}</b></font><br/>
84 <font size="10pt">${name}</font>
88 <tag k="highway" v="primary"/>
91 <feature name="Secondary Road">
92 <category>roads</category>
94 <font size="16pt"><b>${ref}</b></font><br/>
95 <font size="10pt">${name}</font>
99 <tag k="highway" v="secondary"/>
102 <feature name="Tertiary Road">
103 <category>roads</category>
105 <font size="14pt"><b>${name}</b></font><br/>
106 <font size="10pt">${ref}</font>
110 <tag k="highway" v="tertiary"/>
113 <feature name="Residential Road">
114 <category>roads</category>
115 <icon image="features/highway__residential.png">
116 <font size="14pt"><b>${name}</b></font><br/>
117 <font size="6pt">${postal_code}</font>
121 <tag k="highway" v="residential"/>
124 <feature name="Road">
125 <category>roads</category>
126 <icon image="features/highway__unclassified.png">
127 <font size="14pt"><b>${name}</b></font>
131 <tag k="highway" v="unclassified"/>
134 <feature name="Service Road">
135 <category>roads</category>
136 <icon image="features/highway__service.png">
137 <font size="14pt"><b>${name}</b></font>
144 <tag k="highway" v="service"/>
147 <feature name="Unknown Road">
148 <category>roads</category>
150 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
154 <tag k="highway" v="road"/>
157 <feature name="Living Street">
158 <category>roads</category>
160 <font size="14pt"><b>${name}</b></font>
164 <tag k="highway" v="tertiary"/>
167 <feature name="Track">
168 <category>roads</category>
170 <font size="14pt"><b>${name}</b></font>
174 <tag k="highway" v="track"/>
177 <feature name="Pedestrian Road">
178 <category>roads</category>
180 <font size="14pt"><b>${name}</b></font>
184 <tag k="highway" v="pedestrian"/>
191 <feature name="Cycle Path">
192 <category>paths</category>
194 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
198 <tag k="highway" v="cycleway"/>
201 <feature name="Foot Path">
202 <category>paths</category>
204 ${name} <i>${ref}</i>
208 <tag k="highway" v="footway"/>
211 <feature name="Bridleway">
212 <category>paths</category>
217 <tag k="highway" v="bridleway"/>
220 <feature name="Steps">
221 <category>paths</category>
226 <tag k="highway" v="steps"/>
232 <feature name="Fence">
237 <tag k="barrier" v="fence"/>
240 <feature name="Hedge">
245 <tag k="barrier" v="hedge"/>
248 <feature name="Wall">
253 <tag k="barrier" v="wall"/>
259 <feature name="Stream">
260 <category>water</category>
262 <font size="14pt"><b>${name}</b></font>
266 <tag k="waterway" v="stream"/>
269 <feature name="River">
270 <category>water</category>
272 <font size="14pt"><b>${name}</b></font>
276 <tag k="waterway" v="river"/>
279 <feature name="Canal">
280 <category>water</category>
282 <font size="14pt"><b>${name}</b></font>
286 <tag k="waterway" v="canal"/>
290 <category>water</category>
292 <font size="14pt"><b>${name}</b></font>
296 <tag k="waterway" v="dam"/>
302 <feature name="Railway Line">
303 <category>transport</category>
305 <font size="14pt"><b>${name}</b></font>
309 <tag k="railway" v="rail"/>
312 <feature name="Tram Line">
313 <category>transport</category>
315 <font size="14pt"><b>${name}</b></font>
319 <tag k="railway" v="tram"/>
322 <feature name="Subway Line">
323 <category>transport</category>
325 <font size="14pt"><b>${name}</b></font>
329 <tag k="railway" v="subway"/>
335 <feature name="Building">
337 <b>${name} ${addr:housename}</b><br/>
338 ${addr:housenumber} ${addr:street} ${addr:postcode}
342 <tag k="building" v="*"/>