Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/demands/route/load/id/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
<!-- valid id -->
41
<route edges="Edge0 Edge1 Edge2" color="blue" id="route_0"/>
42
43
<!-- non valid id (missing)-->
44
<route edges="Edge0 Edge1 Edge2" color="blue"/>
45
46
<!-- non valid id (empty)-->
47
<route edges="Edge0 Edge1 Edge2" color="blue" id=""/>
48
49
<!-- non valid id (invalid characters)-->
50
<route edges="Edge0 Edge1 Edge2" color="blue" id="%%$$$% $$%"/>
51
52
<!-- non valid id (duplicated)-->
53
<route edges="Edge0 Edge1 Edge2" color="blue" id="route_0"/>
54
55
</routes>
56
57