Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/OSM/bugs/ticket12141/osm.xml
169727 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<osm>
3
4
<node id="300900428" lat="47.3768453" lon="8.5428091" version="1"/>
5
<node id="674098902" lat="47.3767986" lon="8.5431508" version="1"/>
6
<node id="300901455" lat="47.3767196" lon="8.5433208" version="1"/>
7
<way id="8143580" version="1">
8
<nd ref="300900428"/>
9
<nd ref="674098902"/>
10
<tag k="bridge" v="yes"/>
11
<tag k="highway" v="tertiary"/>
12
<tag k="lanes" v="2"/>
13
<tag k="layer" v="1"/>
14
<tag k="lit" v="yes"/>
15
<tag k="maxspeed" v="50"/>
16
<tag k="maxweight:signed" v="no"/>
17
<tag k="name" v="Bahnhofbrücke"/>
18
<tag k="oneway" v="yes"/>
19
<tag k="shoulder" v="no"/>
20
<tag k="sidewalk:left" v="no"/>
21
<tag k="sidewalk:right" v="separate"/>
22
<tag k="surface" v="asphalt"/>
23
<tag k="trolley_wire" v="yes"/>
24
<tag k="turn:lanes" v="merge_to_right|"/>
25
<tag k="wikidata" v="Q18729862"/>
26
</way>
27
<way id="53275982" version="1">
28
<nd ref="674098902"/>
29
<nd ref="300901455"/>
30
<tag k="cycleway:right" v="lane"/>
31
<tag k="cycleway:right:lane" v="advisory"/>
32
<tag k="highway" v="tertiary"/>
33
<tag k="lane_markings" v="no"/>
34
<tag k="lit" v="yes"/>
35
<tag k="maxspeed" v="50"/>
36
<tag k="name" v="Bahnhofbrücke"/>
37
<tag k="oneway" v="yes"/>
38
<tag k="sidewalk" v="separate"/>
39
<tag k="source:width" v="ARCore"/>
40
<tag k="surface" v="asphalt"/>
41
<tag k="trolley_wire" v="yes"/>
42
<tag k="width" v="4.3"/>
43
<tag k="wikidata" v="Q18729862"/>
44
</way>
45
46
</osm>
47
48