Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/15xxx/ticket15718/input_plain.edg.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<edges version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
4
<edge id="e" from="A" to="B" numLanes="7">
5
<lane index="0" width="0.001"/>
6
<lane index="1" width="3"/>
7
<lane index="2" width="0.001"/>
8
<lane index="3" width="3"/>
9
<lane index="4" width="0.001"/>
10
<lane index="5" width="3"/>
11
<lane index="6" width="0.001"/>
12
</edge>
13
</edges>
14
15