Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/bugs/ticket3443/input_flows.flows.xml
169686 views
1
<routes>
2
<flow id="type1" color="1,1,0" begin="0" end="1" number="1">
3
<route edges="2/1to2/2 2/2to3/2"/>
4
</flow>
5
<flow id="type2" color="1,1,0" begin="0" end="1" number="1">
6
<route edges="2/1to2/2 2/3to1/3"/>
7
</flow>
8
<flow id="type3" color="1,1,0" from="2/1to2/2" to="2/3to1/3" begin="0" end="1" number="1"/>
9
</routes>
10
11