Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/addStops2Routes/input_routes2.rou.xml
428384 views
1
<routes>
2
<vType id="type1" vClass="passenger"/>
3
<vehicle id="0" type="type1" depart="0" color="1,0,0">
4
<route edges="SC CN"/>
5
</vehicle>
6
<vehicle id="1" type="type1" depart="0" color="1,0,0">
7
<route edges="EC CW"/>
8
</vehicle>
9
<vehicle id="2" type="type1" depart="0" color="1,0,0">
10
<route edges="NC CW WC CS"/>
11
</vehicle>
12
</routes>
13
14