Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/demands/route/load/edges/routes.rou.xml
169772 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 17.07.2019 12:52:39 by Eclipse SUMO netedit Version v1_2_0+1261-4ef77299f0
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\load\input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="D:\sumo\tests\netedit\demandElements\route\load\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\load\color\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
40
<!-- non valid edges (missing)-->
41
<route color="yellow" id="route_0"/>
42
43
<!-- non valid edges (empty)-->
44
<route edges="" color="yellow" id="route_1"/>
45
46
<!-- non valid edges (invalid)-->
47
<route edges="dummy1 dummy2 dummy3" color="yellow" id="route_2"/>
48
49
<!-- non valid edges (non consecutive)-->
50
<route edges="Edge0 Edge2" color="yellow" id="route_3"/>
51
52
<!-- valid edges (check vClass) -->
53
<route edges="Edge0 Edge1 Edge2 EdgeBike0 EdgeCenter0" color="yellow" id="route_4"/>
54
55
<!-- valid edges (consecutive) -->
56
<route edges="Edge0 Edge1" color="yellow" id="route_5"/>
57
58
<!-- valid edges (single) -->
59
<route edges="Edge0" color="yellow" id="route_6"/>
60
61
</routes>
62
63