Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/networkInputs/dua2s/input_dua2s.edg.xml
169678 views
1
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
2
3
<edge id="beg" from="absBeg" to="beg" speed="27.8" numLanes="2"/>
4
<edge id="beg2left" from="beg" to="begleft" numLanes="1" speed="27.8" disallow="pedestrian"/>
5
<edge id="left" from="begleft" to="endleft" numLanes="1" speed="27.8"/>
6
<edge id="middle" from="beg" to="end" numLanes="1" speed="13.9"/>
7
<edge id="left2end" from="endleft" to="end" numLanes="1" speed="27.8" disallow="pedestrian"/>
8
<edge id="end" from="end" to="absEnd" speed="27.8" numLanes="2"/>
9
<edge id="rend" from="absEnd" to="rabsEnd" speed="27.8" numLanes="2"/>
10
11
<edge id="train" from="trainBeg" to="trainEnd" numLanes="1" allow="rail_urban"/>
12
</edges>
13
14
15