Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/export/openDRIVE/osm_traffic_sign/osm.xml
169689 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<osm version='0.6' generator='JOSM'>
3
<node id='-137709' action='modify' visible='true' lat='48.89044622168' lon='9.1832104594' />
4
<node id='-137711' action='modify' visible='true' lat='48.89045545047' lon='9.18187421541' />
5
<node id='-137713' action='modify' visible='true' lat='48.89047121967' lon='9.1823734761'>
6
<tag k='maxspeed' v='80' />
7
<tag k='traffic_sign' v='maxspeed' />
8
</node>
9
<way id='-103224' action='modify' visible='true'>
10
<nd ref='-137709' />
11
<nd ref='-137711' />
12
<tag k='highway' v='primary' />
13
<tag k='lanes' v='2' />
14
<tag k='lanes:backward' v='1' />
15
<tag k='lanes:forward' v='1' />
16
<tag k='maxspeed' v='100' />
17
<tag k='name' v='mystreet' />
18
</way>
19
</osm>
20
21