Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/0xxx/ticket19_falseFoe/input_routes.rou.xml
169722 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
3
<route id="l" edges="-1570 -1841"/>
4
<route id="r" edges="1816 -1841"/>
5
6
<flow id="r" period="2" begin="0" end="10" departPos="0" arrivalPos="-10" route="r"/>
7
<flow id="l" period="2" begin="0" end="10" departPos="0" arrivalPos="-10" route="l"/>
8
9
10
</routes>
11