2 <!-- ************************************************************************
\r
4 ************************************************************************ -->
\r
7 <feature name="Motorway">
\r
8 <category>roads</category>
\r
9 <icon image="features/highway__motorway.png">
\r
10 <font size="16pt"><b>${ref}</b></font><br/>
\r
12 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
\r
15 <tag k="highway" v="motorway"/>
\r
17 <inputSet ref="majorRoad"/>
\r
18 <inputSet ref="common"/>
\r
21 <feature name="Motorway link">
\r
22 <category>roads</category>
\r
23 <icon image="features/highway__motorway_link.png"/>
\r
25 <tag k="highway" v="motorway_link"/>
\r
27 <inputSet ref="majorRoad"/>
\r
28 <inputSet ref="common"/>
\r
31 <feature name="Trunk road">
\r
32 <category>roads</category>
\r
33 <icon image="features/highway__trunk.png">
\r
34 <font size="16pt"><b>${ref}</b></font><br/>
\r
35 <font size="10pt">${name}</font>
\r
37 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
\r
40 <tag k="highway" v="trunk"/>
\r
42 <inputSet ref="majorRoad"/>
\r
43 <inputSet ref="common"/>
\r
46 <feature name="Trunk link">
\r
47 <category>roads</category>
\r
48 <icon image="features/highway__trunk_link.png"/>
\r
50 <tag k="highway" v="trunk_link"/>
\r
52 <inputSet ref="majorRoad"/>
\r
53 <inputSet ref="common"/>
\r
56 <feature name="Primary road">
\r
57 <category>roads</category>
\r
58 <icon image="features/highway__primary.png">
\r
59 <font size="16pt"><b>${ref}</b></font><br/>
\r
60 <font size="10pt">${name}</font>
\r
62 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
\r
65 <tag k="highway" v="primary"/>
\r
67 <inputSet ref="majorRoad"/>
\r
68 <inputSet ref="common"/>
\r
71 <feature name="Primary link">
\r
72 <category>roads</category>
\r
73 <icon image="features/highway__primary_link.png">
\r
74 <font size="16pt"><b>${ref}</b></font><br/>
\r
75 <font size="10pt">${name}</font>
\r
77 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
\r
80 <tag k="highway" v="primary_link"/>
\r
82 <inputSet ref="majorRoad"/>
\r
83 <inputSet ref="common"/>
\r
87 <feature name="Secondary road">
\r
88 <category>roads</category>
\r
89 <icon image="features/highway__secondary.png">
\r
90 <font size="16pt"><b>${ref}</b></font><br/>
\r
91 <font size="10pt">${name}</font>
\r
93 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
\r
96 <tag k="highway" v="secondary"/>
\r
98 <inputSet ref="majorRoad"/>
\r
99 <inputSet ref="common"/>
\r
102 <feature name="Secondary link">
\r
103 <category>roads</category>
\r
104 <icon image="features/highway__secondary_link.png">
\r
109 <font size="10pt">${name}</font>
\r
111 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
\r
114 <tag k="highway" v="secondary_link"/>
\r
116 <inputSet ref="majorRoad"/>
\r
117 <inputSet ref="common"/>
\r
122 <feature name="Tertiary road">
\r
123 <category>roads</category>
\r
124 <icon image="features/highway__tertiary.png">
\r
125 <font size="14pt"><b>${name}</b></font><br/>
\r
126 <font size="10pt">${ref}</font>
\r
128 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
\r
131 <tag k="highway" v="tertiary"/>
\r
133 <inputSet ref="majorRoad"/>
\r
134 <inputSet ref="common"/>
\r
137 <feature name="Tertiary link">
\r
138 <category>roads</category>
\r
139 <icon image="features/highway__tertiary_link.png">
\r
140 <font size="14pt"><b>${name}</b></font><br/>
\r
141 <font size="10pt">${ref}</font>
\r
143 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
\r
146 <tag k="highway" v="tertiary_link"/>
\r
148 <inputSet ref="majorRoad"/>
\r
149 <inputSet ref="common"/>
\r
153 <feature name="Minor road">
\r
154 <category>roads</category>
\r
155 <icon image="features/highway__unclassified.png">
\r
156 <font size="14pt"><b>${name}</b></font>
\r
158 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
\r
161 <tag k="highway" v="unclassified"/>
\r
163 <inputSet ref="minorRoad"/>
\r
164 <inputSet ref="common"/>
\r
167 <feature name="Residential road">
\r
168 <category>roads</category>
\r
169 <icon image="features/highway__residential.png">
\r
174 <font size="8pt">${postal_code}</font>
\r
177 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
\r
180 <tag k="highway" v="residential"/>
\r
182 <inputSet ref="minorRoad"/>
\r
183 <inputSet ref="common"/>
\r
186 <feature name="Service road">
\r
187 <category>roads</category>
\r
188 <icon image="features/highway__service.png">
\r
189 <font size="14pt"><b>${name}</b></font>
\r
191 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
\r
197 <tag k="highway" v="service"/>
\r
199 <inputSet ref="minorRoad"/>
\r
200 <input type="choice" presence="always" name="Type of service road" key="service" category="">
\r
201 <choice value="alley" text="Alleyway/laneway"/>
\r
202 <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
\r
203 <choice value="driveway" text="Driveway"/>
\r
204 <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
\r
205 <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services."/>
\r
207 <inputSet ref="common"/>
\r
210 <feature name="Unknown road">
\r
211 <category>roads</category>
\r
212 <icon image="features/highway__unknown.png">
\r
213 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
\r
217 <tag k="highway" v="road"/>
\r
219 <inputSet ref="minorRoad"/>
\r
220 <inputSet ref="common"/>
\r
223 <feature name="Living Street">
\r
224 <category>roads</category>
\r
225 <icon image="features/highway__living_street.png">
\r
226 <font size="14pt"><b>${name}</b></font>
\r
228 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
\r
231 <tag k="highway" v="living_street"/>
\r
233 <inputSet ref="minorRoad"/>
\r
234 <inputSet ref="common"/>
\r
237 <feature name="Track">
\r
238 <category>roads</category>
\r
239 <icon image="features/highway__track.png">
\r
240 <font size="14pt"><b>${name}</b></font>
\r
244 <tag k="highway" v="track"/>
\r
246 <inputSet ref="path"/>
\r
247 <inputSet ref="common"/>
\r
250 <feature name="Raceway/racing track">
\r
251 <category>roads</category>
\r
252 <category>sport</category>
\r
254 <font size="10pt">A purpose built track for racing motor vehicles.</font>
\r
259 <tag k="highway" v="raceway"/>
\r
261 <inputSet ref="simpleName"/>
\r
262 <inputSet ref="roadPhysical"/>
\r
263 <inputSet ref="common"/>
\r
267 <feature name="Turning circle">
\r
268 <category>transport</category>
\r
269 <icon image="features/pois/transport_turning_circle.n.24.png"/>
\r
270 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle</help>
\r
271 <point draganddrop="no"/>
\r
272 <tag k="highway" v="turning_circle"/>
\r
273 <inputSet ref="common"/>
\r
276 <feature name="Mini Roundabout">
\r
277 <category>transport</category>
\r
278 <icon image="features/pois/miniroundabout.png"/>
\r
279 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout</help>
\r
281 <tag k="highway" v="mini_roundabout"/>
\r
282 <inputSet ref="common"/>
\r
286 <feature name="Traffic calming">
\r
288 <category>transport</category>
\r
289 <icon image="icons/speed_hump_16.png"/>
\r
290 <!-- <help>http://wiki.openstreetmap.org/wiki/Key:traffic_calming</help>-->
\r
292 <tag k="traffic_calming" v="yes" vmatch="*"/>
\r
293 <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
\r
294 <choice value="yes" text="Unspecified"/>
\r
295 <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
\r
296 <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
\r
297 <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
\r
298 <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
\r
299 <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
\r
300 <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
\r
301 <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
\r
304 <inputSet ref="common"/>
\r
307 <feature name="Turn restriction">
\r
308 <category>advanced</category>
\r
309 <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
\r
311 <tag k="type" v="restriction"/>
\r
312 <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
\r
313 <choice value="no_left_turn" text="No left turn"/>
\r
314 <choice value="no_right_turn" text="No right turn"/>
\r
315 <choice value="no_u_turn" text="No U turns"/>
\r
316 <choice value="no_straight_on" text="No straight on"/>
\r
317 <choice value="only_left_turn" text="Left turn only"/>
\r
318 <choice value="only_right_turn" text="Right turn only"/>
\r
319 <choice value="only_straight_on" text="Straight on only"/>
\r
321 <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
\r
322 <choice value="psv" text="Bus"/>
\r
323 <choice value="bicycle" text="Bicycle"/>
\r
324 <choice value="motorcar" text="Car"/>
\r
325 <choice value="hgv" text="HGV"/>
\r
327 <input type="freetext" category="Restrictions" presence="always" name="Start day" key="day_on" description="What day of the week does it start?" layout="horizontal" priority="low"/>
\r
328 <input type="freetext" category="Restrictions" presence="always" name="Start time" key="hour_on" description="What time of day does it start?" layout="horizontal" priority="low"/>
\r
329 <input type="freetext" category="Restrictions" presence="always" name="End day" key="day_off" description="What day of the week does it end?" layout="horizontal" priority="lowest"/>
\r
330 <input type="freetext" category="Restrictions" presence="always" name="End time" key="hour_off" description="What time of day does it end?" layout="horizontal" priority="lowest"/>
\r
331 <inputSet ref="common"/>
\r
335 <!-- Junction nodes (for turn restrictions) -->
\r
339 <within entity="way" k="highway" minimum="2"/>
\r
340 <inputSet ref="junctionNode"/>
\r
341 <inputSet ref="common"/>
\r