Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/10xxx/ticket12419/input_plain.con.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
4
<connections version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
5
<connection from="-gneE0_1" to="-gneE2" fromLane="0" toLane="0"/>
6
<connection from="-gneE0_1" to="-gneE3" fromLane="1" toLane="1"/>
7
<connection from="-gneE0_1" to="-gneE1" fromLane="2" toLane="1"/>
8
9
<connection from="-gneE1"/>
10
11
<connection from="-gneE2"/>
12
13
<connection from="-gneE3"/>
14
15
<connection from="gneE0"/>
16
17
<connection from="gneE1_1" to="gneE0" fromLane="0" toLane="0"/>
18
<connection from="gneE1_1" to="-gneE2" fromLane="0" toLane="0"/>
19
<connection from="gneE1_1" to="-gneE2" fromLane="1" toLane="0"/>
20
<connection from="gneE1_1" to="-gneE3" fromLane="1" toLane="2"/>
21
22
<connection from="gneE2_1" to="-gneE3" fromLane="0" toLane="0"/>
23
<connection from="gneE2_1" to="-gneE1" fromLane="0" toLane="0"/>
24
<connection from="gneE2_1" to="-gneE1" fromLane="0" toLane="1"/>
25
<connection from="gneE2_1" to="gneE0" fromLane="0" toLane="0"/>
26
27
<connection from="gneE3_1" to="-gneE1" fromLane="0" toLane="0"/>
28
<connection from="gneE3_1" to="gneE0" fromLane="0" toLane="0"/>
29
<connection from="gneE3_1" to="-gneE2" fromLane="0" toLane="0"/>
30
31
<!-- Custom priority east-west travel is higher than south-direct travel -->
32
<prohibition prohibitor="gneE1_1->-gneE2" prohibited="-gneE0_1->-gneE3"/>
33
<prohibition prohibitor="gneE2_1->-gneE1" prohibited="-gneE0_1->-gneE3"/>
34
35
</connections>
36
37