Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/inner_lanes/large_sharp_angles/input_plain.con.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 08 Mar 2019 09:06:01 AM CET by Eclipse SUMO netedit Version v1_1_0+0435-678c69824b
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="net4.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="net4.net.xml"/>
12
<plain-output-prefix value="/home/kobo/dlr/debug/5254/input_plain"/>
13
</output>
14
15
<processing>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="false"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="-1"/>
25
<rectangular-lane-cut value="false"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="false"/>
30
</pedestrian>
31
32
</configuration>
33
-->
34
35
<connections version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
36
<connection from="CE" to="EC" fromLane="4" toLane="4"/>
37
38
<connection from="CN" to="NC" fromLane="4" toLane="4"/>
39
40
<connection from="CS" to="SC" fromLane="4" toLane="4"/>
41
42
<connection from="CW" to="WC" fromLane="4" toLane="4"/>
43
44
<connection from="EC" to="CN" fromLane="0" toLane="0"/>
45
<connection from="EC" to="CN" fromLane="0" toLane="1"/>
46
<connection from="EC" to="CN" fromLane="0" toLane="2"/>
47
<connection from="EC" to="CW" fromLane="0" toLane="0"/>
48
<connection from="EC" to="CW" fromLane="1" toLane="1"/>
49
<connection from="EC" to="CW" fromLane="2" toLane="2"/>
50
<connection from="EC" to="CW" fromLane="3" toLane="3"/>
51
<connection from="EC" to="CS" fromLane="4" toLane="3"/>
52
<connection from="EC" to="CE" fromLane="4" toLane="3"/>
53
54
<connection from="NC" to="CW" fromLane="0" toLane="0"/>
55
<connection from="NC" to="CW" fromLane="0" toLane="1"/>
56
<connection from="NC" to="CW" fromLane="0" toLane="2"/>
57
<connection from="NC" to="CS" fromLane="0" toLane="0"/>
58
<connection from="NC" to="CS" fromLane="1" toLane="1"/>
59
<connection from="NC" to="CS" fromLane="2" toLane="2"/>
60
<connection from="NC" to="CS" fromLane="3" toLane="3"/>
61
<connection from="NC" to="CE" fromLane="4" toLane="3"/>
62
<connection from="NC" to="CN" fromLane="4" toLane="3"/>
63
64
<connection from="SC" to="CE" fromLane="0" toLane="0"/>
65
<connection from="SC" to="CE" fromLane="0" toLane="1"/>
66
<connection from="SC" to="CE" fromLane="0" toLane="2"/>
67
<connection from="SC" to="CN" fromLane="0" toLane="0"/>
68
<connection from="SC" to="CN" fromLane="1" toLane="1"/>
69
<connection from="SC" to="CN" fromLane="2" toLane="2"/>
70
<connection from="SC" to="CN" fromLane="3" toLane="3"/>
71
<connection from="SC" to="CW" fromLane="4" toLane="3"/>
72
<connection from="SC" to="CS" fromLane="4" toLane="3"/>
73
74
<connection from="WC" to="CS" fromLane="0" toLane="0"/>
75
<connection from="WC" to="CS" fromLane="0" toLane="1"/>
76
<connection from="WC" to="CS" fromLane="0" toLane="2"/>
77
<connection from="WC" to="CE" fromLane="0" toLane="0"/>
78
<connection from="WC" to="CE" fromLane="1" toLane="1"/>
79
<connection from="WC" to="CE" fromLane="2" toLane="2"/>
80
<connection from="WC" to="CE" fromLane="3" toLane="3"/>
81
<connection from="WC" to="CN" fromLane="4" toLane="3"/>
82
<connection from="WC" to="CW" fromLane="4" toLane="3"/>
83
84
</connections>
85
86