Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/cutTrips/input_routes.rou.xml
428380 views
1
<routes>
2
<vType id="fast" maxSpeed="50"/>
3
<trip id="left" type="fast" depart="0" from="beg" to="left"/>
4
<vType id="slow" maxSpeed="5"/>
5
<trip id="middle" type="slow" depart="0" from="middle" to="end"/>
6
<trip id="end" type="slow" depart="0" from="beg" to="end"/>
7
</routes>
8
9