Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/crossings/specified/inconsistent_tll/input_plain.edg.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon Jul 31 08:06:33 2017 by SUMO netconvert Version dev-SVN-r25337
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="net.netconvert"/>
13
</input>
14
15
<output>
16
<plain-output-prefix value="input_plain"/>
17
</output>
18
19
<processing>
20
<no-turnarounds value="true"/>
21
<offset.disable-normalization value="true"/>
22
<lefthand value="false"/>
23
<junctions.corner-detail value="0"/>
24
<rectangular-lane-cut value="false"/>
25
<walkingareas value="false"/>
26
</processing>
27
28
</configuration>
29
-->
30
31
<edges version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
32
<edge id="CE" from="C" to="E" priority="2" numLanes="4" speed="13.89">
33
<lane index="0" allow="pedestrian" width="3.00"/>
34
<lane index="1" disallow="all" width="1.50"/>
35
<lane index="2" allow="passenger"/>
36
<lane index="3" allow="passenger"/>
37
</edge>
38
<edge id="CN" from="C" to="N" priority="2" numLanes="4" speed="13.89">
39
<lane index="0" allow="pedestrian" width="3.00"/>
40
<lane index="1" disallow="all" width="1.50"/>
41
<lane index="2" allow="passenger"/>
42
<lane index="3" allow="passenger"/>
43
</edge>
44
<edge id="CS" from="C" to="S" priority="2" numLanes="4" speed="13.89">
45
<lane index="0" allow="pedestrian" width="3.00"/>
46
<lane index="1" disallow="all" width="1.50"/>
47
<lane index="2" allow="passenger"/>
48
<lane index="3" allow="passenger"/>
49
</edge>
50
<edge id="CW" from="C" to="W" priority="2" numLanes="4" speed="13.89">
51
<lane index="0" allow="pedestrian" width="3.00"/>
52
<lane index="1" disallow="all" width="1.50"/>
53
<lane index="2" allow="passenger"/>
54
<lane index="3" allow="passenger"/>
55
</edge>
56
<edge id="EC" from="E" to="C" priority="2" numLanes="4" speed="13.89">
57
<lane index="0" allow="pedestrian" width="3.00"/>
58
<lane index="1" disallow="all" width="1.50"/>
59
<lane index="2" allow="passenger"/>
60
<lane index="3" allow="passenger"/>
61
</edge>
62
<edge id="NC" from="N" to="C" priority="2" numLanes="4" speed="13.89">
63
<lane index="0" allow="pedestrian" width="3.00"/>
64
<lane index="1" disallow="all" width="1.50"/>
65
<lane index="2" allow="passenger"/>
66
<lane index="3" allow="passenger"/>
67
</edge>
68
<edge id="SC" from="S" to="C" priority="2" numLanes="4" speed="13.89">
69
<lane index="0" allow="pedestrian" width="3.00"/>
70
<lane index="1" disallow="all" width="1.50"/>
71
<lane index="2" allow="passenger"/>
72
<lane index="3" allow="passenger"/>
73
</edge>
74
<edge id="WC" from="W" to="C" priority="2" numLanes="4" speed="13.89">
75
<lane index="0" allow="pedestrian" width="3.00"/>
76
<lane index="1" disallow="all" width="1.50"/>
77
<lane index="2" allow="passenger"/>
78
<lane index="3" allow="passenger"/>
79
</edge>
80
</edges>
81
82