Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/10xxx/ticket11146/input_plain.con.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-07-11 13:56:09 by Eclipse SUMO netedit Version v1_13_0+1492-ba6493f
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
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
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.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
36
<connection from="CN" to="NC" fromLane="0" toLane="0"/>
37
38
<connection from="CS" to="SC" fromLane="0" toLane="0"/>
39
40
<connection from="NC" to="CS" fromLane="0" toLane="0"/>
41
<connection from="NC" to="CE" fromLane="0" toLane="0"/>
42
43
<connection from="SC" to="CE" fromLane="0" toLane="0"/>
44
<connection from="SC" to="CN" fromLane="0" toLane="0"/>
45
46
<connection from="WC" to="CS" fromLane="0" toLane="0" contPos="7.00"/>
47
<connection from="WC" to="CE" fromLane="0" toLane="0" contPos="7.00"/>
48
<connection from="WC" to="CN" fromLane="0" toLane="0" contPos="7.00"/>
49
50
</connections>
51
52