Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/5xxx/ticket5512/input_plain.con.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed 24 Apr 2019 10:55:03 PM CEST by Eclipse SUMO netedit Version v1_2_0+0022-5179cc2293
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="net2.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="net2.net.xml"/>
12
<plain-output-prefix value="/home/kobo/dlr/debug/5512/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="0"/>
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"/>
37
38
<connection from="CN"/>
39
40
<connection from="CS" to="SC" fromLane="1" toLane="1"/>
41
42
<connection from="CW"/>
43
44
<connection from="EC" to="CN" fromLane="0" toLane="0"/>
45
<connection from="EC" to="CW" fromLane="0" toLane="0"/>
46
<connection from="EC" to="CW" fromLane="1" toLane="1"/>
47
<connection from="EC" to="CS" fromLane="1" toLane="1"/>
48
49
<connection from="NC" to="CW" fromLane="0" toLane="0"/>
50
<connection from="NC" to="CS" fromLane="0" toLane="0"/>
51
<connection from="NC" to="CS" fromLane="1" toLane="1"/>
52
<connection from="NC" to="CE" fromLane="1" toLane="1"/>
53
54
<connection from="SC" to="CE" fromLane="0" toLane="0"/>
55
<connection from="SC" to="CN" fromLane="0" toLane="0"/>
56
<connection from="SC" to="CN" fromLane="1" toLane="1"/>
57
<connection from="SC" to="CW" fromLane="1" toLane="1"/>
58
59
<connection from="WC" to="CS" fromLane="0" toLane="0"/>
60
<connection from="WC" to="CE" fromLane="0" toLane="0"/>
61
<connection from="WC" to="CE" fromLane="1" toLane="1"/>
62
<connection from="WC" to="CN" fromLane="1" toLane="1"/>
63
64
</connections>
65
66