Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/basic/files/save/net.tll.xml
169710 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-09-08 11:41:50 by Eclipse SUMO netedit Version v1_24_0+0689-21c089ef92c
4
<neteditConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/neteditConfiguration.xsd">
5
6
<input>
7
<node-files value="D:\SUMO\tests\netedit\basic\files\save\net.nod.xml"/>
8
<edge-files value="D:\SUMO\tests\netedit\basic\files\save\net.edg.xml"/>
9
<connection-files value="D:\SUMO\tests\netedit\basic\files\save\net.con.xml"/>
10
<tllogic-files value="D:\SUMO\tests\netedit\basic\files\save\net.tll.xml"/>
11
</input>
12
13
<processing>
14
<geometry.min-radius.fix.railways value="false"/>
15
<geometry.avoid-overlap value="false"/>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="0"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="5.50"/>
25
<rectangular-lane-cut value="0"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="0"/>
30
</pedestrian>
31
32
</neteditConfiguration>
33
-->
34
35
<tlLogics version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
36
<tlLogic id="Junction1" type="static" programID="0" offset="0">
37
<phase duration="90" state="GG"/>
38
</tlLogic>
39
<tlLogic id="Junction2" type="static" programID="0" offset="0">
40
<phase duration="90" state="GG"/>
41
</tlLogic>
42
<tlLogic id="Junction3" type="static" programID="0" offset="0">
43
<phase duration="90" state="GG"/>
44
</tlLogic>
45
46
<connection from="-E0" to="Edge3" fromLane="1" toLane="1" tl="Junction3" linkIndex="1"/>
47
<connection from="Edge0" to="Edge1" fromLane="1" toLane="1" tl="Junction1" linkIndex="1"/>
48
<connection from="Edge1" to="Edge2" fromLane="1" toLane="1" tl="Junction2" linkIndex="0"/>
49
<connection from="Edge2" to="E0" fromLane="1" toLane="1" tl="Junction3" linkIndex="0"/>
50
<connection from="Edge3" to="Edge4" fromLane="1" toLane="1" tl="Junction2" linkIndex="1"/>
51
<connection from="Edge4" to="Edge5" fromLane="1" toLane="1" tl="Junction1" linkIndex="0"/>
52
</tlLogics>
53
54