Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/crossings/specified/custom_tll/input_plain.con.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
<connections version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
32
<connection from="EC" to="CN" fromLane="2" toLane="2"/>
33
<connection from="EC" to="CW" fromLane="2" toLane="2"/>
34
<connection from="EC" to="CW" fromLane="3" toLane="3"/>
35
<connection from="EC" to="CS" fromLane="3" toLane="3"/>
36
37
<connection from="NC" to="CW" fromLane="2" toLane="2"/>
38
<connection from="NC" to="CS" fromLane="2" toLane="2"/>
39
<connection from="NC" to="CS" fromLane="3" toLane="3"/>
40
<connection from="NC" to="CE" fromLane="3" toLane="3"/>
41
42
<connection from="SC" to="CE" fromLane="2" toLane="2"/>
43
<connection from="SC" to="CN" fromLane="2" toLane="2"/>
44
<connection from="SC" to="CN" fromLane="3" toLane="3"/>
45
<connection from="SC" to="CW" fromLane="3" toLane="3"/>
46
47
<connection from="WC" to="CS" fromLane="2" toLane="2"/>
48
<connection from="WC" to="CE" fromLane="2" toLane="2"/>
49
<connection from="WC" to="CE" fromLane="3" toLane="3"/>
50
<connection from="WC" to="CN" fromLane="3" toLane="3"/>
51
52
<crossing node="C" edges="CE EC" priority="1" width="4.50"/>
53
<crossing node="C" edges="CS SC" priority="1" width="4.50"/>
54
</connections>
55
56