Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/demands/route/fix/routes.rou.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 22.07.2019 15:11:57 by Eclipse SUMO netedit Version v1_2_0+1274-9019d043e4
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="D:\sumo\tests\netedit\demandElements\route\fix\input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="D:\sumo\tests\netedit\demandElements\route\fix\input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="5"/>
23
<junctions.limit-turn-speed value="5.5"/>
24
<rectangular-lane-cut value="false"/>
25
</junctions>
26
27
<pedestrian>
28
<walkingareas value="false"/>
29
</pedestrian>
30
31
<netedit>
32
<route-files value="D:\sumo\tests\netedit\demandElements\route\fix\input_routes.rou.xml"/>
33
</netedit>
34
35
</configuration>
36
-->
37
38
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
39
<route edges="Edge0 Edge1" color="yellow" id="route_0"/>
40
<route edges="Edge1 Edge2" color="orange" id="route_1"/>
41
<route edges="Edge0 Edge1 Edge2" color="magenta" id="route_2"/>
42
<route edges="Edge2 EdgeCenter0" color="white" id="route_3"/>
43
</routes>
44
45