mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-28 08:53:26 +03:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!-- Resembles https://www.openstreetmap.org/node/53187904 with multiple left turn lanes. -->
|
||
|
<osm>
|
||
|
<bounds minlon="0.0" maxlon="0.01" minlat="0.0" maxlat="0.01"/>
|
||
|
<node id="1" lon="0.005" lat="0.005"/>
|
||
|
<node id="2" lon="0.005" lat="-1.0"/>
|
||
|
<node id="3" lon="0.005" lat="1.0"/>
|
||
|
<node id="4" lon="-0.1" lat="0.005"/>
|
||
|
<node id="5" lon="1.0" lat="0.005"/>
|
||
|
<way id="100">
|
||
|
<nd ref="1"/>
|
||
|
<nd ref="2"/>
|
||
|
<tag k="name" v="south"/>
|
||
|
<tag k="highway" v="primary"/>
|
||
|
<tag k="sidewalk" v="both"/>
|
||
|
|
||
|
<tag k="lanes" v="3"/>
|
||
|
<tag k="oneway" v="yes"/>
|
||
|
</way>
|
||
|
<way id="101">
|
||
|
<nd ref="3"/>
|
||
|
<nd ref="1"/>
|
||
|
<tag k="name" v="north"/>
|
||
|
<tag k="highway" v="primary"/>
|
||
|
<tag k="sidewalk" v="both"/>
|
||
|
|
||
|
<tag k="lanes" v="3"/>
|
||
|
<tag k="oneway" v="yes"/>
|
||
|
<tag k="turn:lanes" v="left|left;through|none"/>
|
||
|
</way>
|
||
|
<way id="102">
|
||
|
<nd ref="4"/>
|
||
|
<nd ref="1"/>
|
||
|
<tag k="name" v="west"/>
|
||
|
<tag k="highway" v="residential"/>
|
||
|
<tag k="sidewalk" v="both"/>
|
||
|
|
||
|
<tag k="lanes" v="4"/>
|
||
|
<tag k="oneway" v="yes"/>
|
||
|
<tag k="turn:lanes" v="|||right"/>
|
||
|
</way>
|
||
|
<way id="103">
|
||
|
<nd ref="1"/>
|
||
|
<nd ref="5"/>
|
||
|
<tag k="name" v="east"/>
|
||
|
<tag k="highway" v="residential"/>
|
||
|
<tag k="sidewalk" v="both"/>
|
||
|
|
||
|
<tag k="lanes" v="3"/>
|
||
|
<tag k="oneway" v="yes"/>
|
||
|
</way>
|
||
|
</osm>
|