source: osm/applications/editors/josm/plugins/pt_assistant/test/data/stop-area-no-stops.osm@ 32783

Last change on this file since 32783 was 32783, checked in by xamanu, 8 years ago

Stop area relation validation tests added

File size: 2.3 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='true' generator='JOSM'>
3 <node id='-14897' action='modify' visible='true' lat='12.12569675765' lon='-86.28455907163'>
4 <tag k='bus' v='yes' />
5 <tag k='public_transport' v='stop_position' />
6 </node>
7 <node id='-14899' action='modify' visible='true' lat='12.12574315765' lon='-86.28459437163'>
8 <tag k='bus' v='yes' />
9 <tag k='public_transport' v='platform' />
10 </node>
11 <node id='-14900' action='modify' visible='true' lat='12.12566785765' lon='-86.28424177163' />
12 <node id='-14901' action='modify' visible='true' lat='12.12569085765' lon='-86.28449517163' />
13 <node id='-14902' action='modify' visible='true' lat='12.12586275765' lon='-86.28635997163' />
14 <node id='-14903' action='modify' visible='true' lat='12.12586605765' lon='-86.28641487163' />
15 <node id='-14904' action='modify' visible='true' lat='12.12592805765' lon='-86.28729767163' />
16 <node id='-14906' action='modify' visible='true' lat='12.12598865765' lon='-86.28844557163' />
17 <node id='-14907' action='modify' visible='true' lat='12.12599975765' lon='-86.28875027163'>
18 <tag k='highway' v='traffic_signals' />
19 </node>
20 <node id='-14908' action='modify' visible='true' lat='12.12602745765' lon='-86.29081977163' />
21 <node id='-14909' action='modify' visible='true' lat='12.12603135765' lon='-86.29160537163' />
22 <node id='-14910' action='modify' visible='true' lat='12.12603245765' lon='-86.29184287163'>
23 <tag k='highway' v='traffic_signals' />
24 </node>
25 <way id='-14898' action='modify' visible='true'>
26 <nd ref='-14900' />
27 <nd ref='-14901' />
28 <nd ref='-14897' />
29 <nd ref='-14902' />
30 <nd ref='-14903' />
31 <nd ref='-14904' />
32 <nd ref='-14906' />
33 <nd ref='-14907' />
34 <nd ref='-14908' />
35 <nd ref='-14909' />
36 <nd ref='-14910' />
37 <tag k='highway' v='primary' />
38 <tag k='lanes' v='2' />
39 <tag k='maxspeed' v='30' />
40 <tag k='name' v='Pista de la Resistencia' />
41 <tag k='oneway' v='yes' />
42 <tag k='surface' v='asphalt' />
43 </way>
44 <relation id='-14942' action='modify' visible='true'>
45 <member type='node' ref='-14899' role='platform' />
46 <tag k='name' v='Rotonda El Periodista' />
47 <tag k='public_transport' v='stop_area' />
48 <tag k='public_transport:version' v='2' />
49 <tag k='type' v='public_transport' />
50 </relation>
51</osm>
Note: See TracBrowser for help on using the repository browser.