Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/OSM/recoverable_errors/osm.xml
169690 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<osm-derived>
3
<meta data_included_until="2010-09-06T14\:46\:03Z" last_rule_applied="10"/>
4
5
<node id="1" lat="52.3739673" lon="13.6076206"/>
6
<node id="2" lat="52.3772315" lon="13.6170273">
7
<tag k="" v="tag with missing key should be ignored"/>
8
</node>
9
<node id="3" lat="52.38" lon="13.6076206"/>
10
11
<way id="10860201">
12
<nd ref="1"/>
13
<nd ref="2"/>
14
<tag k="" v="tag with missing key should be ignored"/>
15
<tag k="tracks" v="1; 2"/>
16
<tag k="railway" v="tram"/>
17
<tag k="highway" v="secondary"/>
18
</way>
19
20
<way id="10860203">
21
<nd ref="2"/>
22
<nd ref="3"/>
23
<tag k="highway" v="secondary"/>
24
<tag k="maxspeed" v="nan"/>
25
</way>
26
27
</osm-derived>
28
29