Ticket #18022: exception_restriction.osm

File exception_restriction.osm, 1.2 KB (added by taylor.smock, 6 years ago)

Example of a turn restriction with an except tag.

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-103324' action='modify' visible='true' lat='-0.00206530519' lon='-0.00384295687' />
4 <node id='-103326' action='modify' visible='true' lat='0.00035747656' lon='-0.00026253197' />
5 <node id='-103327' action='modify' visible='true' lat='-0.00008146731' lon='0.00003449009' />
6 <node id='-103328' action='modify' visible='true' lat='-0.00250424905' lon='-0.00354593481' />
7 <way id='-103317' action='modify' visible='true'>
8 <nd ref='-103326' />
9 <nd ref='-103327' />
10 <tag k='highway' v='tertiary' />
11 </way>
12 <way id='-103319' action='modify' visible='true'>
13 <nd ref='-103327' />
14 <nd ref='-103328' />
15 <tag k='highway' v='tertiary' />
16 </way>
17 <way id='-103325' action='modify' visible='true'>
18 <nd ref='-103324' />
19 <nd ref='-103326' />
20 <tag k='highway' v='tertiary' />
21 </way>
22 <relation id='-105290' action='modify' visible='true'>
23 <member type='way' ref='-103325' role='from' />
24 <member type='way' ref='-103317' role='via' />
25 <member type='way' ref='-103319' role='to' />
26 <tag k='except' v='motorcar' />
27 <tag k='restriction' v='no_u_turn' />
28 <tag k='type' v='restriction' />
29 </relation>
30</osm>