Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/xml/toXML/input_net.net.xml
428504 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-05-23 08:07:47 by Eclipse SUMO netedit Version v1_23_1+0263-080b5bfeb77
4
<neteditConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/neteditConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.avoid-overlap value="false"/>
17
<geometry.max-grade.fix value="false"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="0"/>
20
</processing>
21
22
<junctions>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="0"/>
25
<junctions.limit-turn-speed value="-1.00"/>
26
<rectangular-lane-cut value="0"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="0"/>
31
</pedestrian>
32
33
</neteditConfiguration>
34
-->
35
36
<net version="1.20" avoidOverlap="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
37
38
<location netOffset="100.00,100.00" convBoundary="0.00,100.00,100.00,200.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
39
40
<edge id=":C_0" function="internal">
41
<lane id=":C_0_0" index="0" speed="13.89" length="7.74" shape="100.00,95.20 102.10,95.50 103.60,96.40 104.50,97.90 104.80,100.00"/>
42
<lane id=":C_0_1" index="1" speed="13.89" length="2.58" shape="100.00,98.40 100.70,98.50 101.20,98.80 101.50,99.30 101.60,100.00"/>
43
</edge>
44
45
<edge id="CN" from="C" to="N" priority="2">
46
<lane id="CN_0" index="0" speed="13.89" length="100.00" shape="104.80,100.00 104.80,200.00"/>
47
<lane id="CN_1" index="1" speed="13.89" length="100.00" shape="101.60,100.00 101.60,200.00"/>
48
<param key="testParam with &amp;" value="more problematic values: &lt; and &gt;"/>
49
</edge>
50
<edge id="WC" from="W" to="C" priority="2">
51
<lane id="WC_0" index="0" speed="13.89" length="100.00" shape="0.00,95.20 100.00,95.20"/>
52
<lane id="WC_1" index="1" speed="13.89" length="100.00" shape="0.00,98.40 100.00,98.40"/>
53
</edge>
54
55
<tlLogic id="C" type="static" programID="0" offset="0">
56
<phase duration="82" state="GG"/>
57
<phase duration="3" state="yy"/>
58
<phase duration="5" state="rr"/>
59
</tlLogic>
60
61
<junction id="C" type="traffic_light" x="100.00" y="100.00" incLanes="WC_0 WC_1" intLanes=":C_0_0 :C_0_1" shape="100.00,100.00 106.40,100.00 100.00,93.60">
62
<request index="0" response="00" foes="00" cont="0"/>
63
<request index="1" response="00" foes="00" cont="0"/>
64
<param key="jk1" value="jv1"/>
65
<param key="jk2" value="jv2"/>
66
</junction>
67
<junction id="N" type="dead_end" x="100.00" y="200.00" incLanes="CN_0 CN_1" intLanes="" shape="106.40,200.00 100.00,200.00"/>
68
<junction id="W" type="dead_end" x="0.00" y="100.00" incLanes="" intLanes="" shape="0.00,100.00 0.00,93.60"/>
69
70
<connection from="WC" to="CN" fromLane="0" toLane="0" via=":C_0_0" tl="C" linkIndex="0" dir="l" state="O"/>
71
<connection from="WC" to="CN" fromLane="1" toLane="1" via=":C_0_1" tl="C" linkIndex="1" dir="l" state="O"/>
72
73
<connection from=":C_0" to="CN" fromLane="0" toLane="0" dir="l" state="M"/>
74
<connection from=":C_0" to="CN" fromLane="1" toLane="1" dir="l" state="M"/>
75
76
</net>
77
78