Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/cross/cross.con.xml
169679 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Sat 01 Jul 2017 01:01:24 PM CEST by Netedit Version dev-SVN-r22662
4
<?xml version="1.0" encoding="UTF-8"?>
5
6
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
7
8
<input>
9
<sumo-net-file value="cross.net.xml"/>
10
</input>
11
12
<output>
13
<output-file value="cross.net.xml"/>
14
<plain-output-prefix value="/home/kobo/dlr/sumo/tools/game/cross/cross"/>
15
</output>
16
17
<processing>
18
<no-turnarounds value="true"/>
19
<offset.disable-normalization value="true"/>
20
<lefthand value="false"/>
21
<junctions.corner-detail value="5"/>
22
<rectangular-lane-cut value="false"/>
23
<walkingareas value="false"/>
24
</processing>
25
26
<visualisation>
27
<gui-settings-file value="netedit.viewsettings.xml"/>
28
</visualisation>
29
30
</configuration>
31
-->
32
33
<connections version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
34
<connection from="1fi" to="1si" fromLane="0" toLane="0"/>
35
<connection from="1fi" to="1si" fromLane="0" toLane="1"/>
36
<connection from="1fi" to="1si" fromLane="0" toLane="2"/>
37
38
<connection from="1o" to="1fo" fromLane="0" toLane="0"/>
39
40
<connection from="1si" to="3o" fromLane="0" toLane="0"/>
41
<connection from="1si" to="2o" fromLane="1" toLane="0"/>
42
<connection from="1si" to="4o" fromLane="2" toLane="0"/>
43
44
<connection from="2fi" to="2si" fromLane="0" toLane="0"/>
45
<connection from="2fi" to="2si" fromLane="0" toLane="1"/>
46
<connection from="2fi" to="2si" fromLane="0" toLane="2"/>
47
48
<connection from="2o" to="2fo" fromLane="0" toLane="0"/>
49
50
<connection from="2si" to="4o" fromLane="0" toLane="0"/>
51
<connection from="2si" to="1o" fromLane="1" toLane="0"/>
52
<connection from="2si" to="3o" fromLane="2" toLane="0"/>
53
54
<connection from="3fi" to="3si" fromLane="0" toLane="0"/>
55
<connection from="3fi" to="3si" fromLane="0" toLane="1"/>
56
57
<connection from="3o" to="3fo" fromLane="0" toLane="0"/>
58
59
<connection from="3si" to="2o" fromLane="0" toLane="0"/>
60
<connection from="3si" to="4o" fromLane="0" toLane="0"/>
61
<connection from="3si" to="1o" fromLane="1" toLane="0"/>
62
63
<connection from="4fi" to="4si" fromLane="0" toLane="0"/>
64
<connection from="4fi" to="4si" fromLane="0" toLane="1"/>
65
66
<connection from="4o" to="4fo" fromLane="0" toLane="0"/>
67
68
<connection from="4si" to="1o" fromLane="0" toLane="0"/>
69
<connection from="4si" to="3o" fromLane="0" toLane="0"/>
70
<connection from="4si" to="2o" fromLane="1" toLane="0"/>
71
72
</connections>
73
74