Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/net_customLength/input_net.net.xml
428384 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-03-04 08:02:05 by Eclipse SUMO netedit Version v1_22_0+0609-50aa572f7e2
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.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="0"/>
24
<junctions.limit-turn-speed value="-1.00"/>
25
<rectangular-lane-cut value="0"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="0"/>
30
</pedestrian>
31
32
</neteditConfiguration>
33
-->
34
35
<net version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
36
37
<location netOffset="100.00,100.00" convBoundary="0.00,100.00,300.00,100.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
38
39
<edge id=":C_0" function="internal">
40
<lane id=":C_0_0" index="0" speed="13.89" length="0.10" shape="100.00,98.40 100.00,98.40"/>
41
</edge>
42
<edge id=":J0_0" function="internal">
43
<lane id=":J0_0_0" index="0" speed="13.89" length="0.10" shape="200.00,98.40 200.00,98.40"/>
44
</edge>
45
46
<edge id="default" from="C" to="J0" priority="-1">
47
<lane id="default_0" index="0" speed="13.89" length="100.00" shape="100.00,98.40 200.00,98.40"/>
48
</edge>
49
<edge id="longer" from="W" to="C" priority="2" length="150.00">
50
<lane id="longer_0" index="0" speed="13.89" length="150.00" shape="0.00,98.40 100.00,98.40"/>
51
</edge>
52
<edge id="shorter" from="J0" to="J1" priority="-1" length="50.00">
53
<lane id="shorter_0" index="0" speed="13.89" length="50.00" shape="200.00,98.40 300.00,98.40"/>
54
</edge>
55
56
<junction id="C" type="priority" x="100.00" y="100.00" incLanes="longer_0" intLanes=":C_0_0" shape="100.00,100.00 100.00,96.80 100.00,100.00">
57
<request index="0" response="0" foes="0" cont="0"/>
58
<param key="jk1" value="jv1"/>
59
<param key="jk2" value="jv2"/>
60
</junction>
61
<junction id="J0" type="priority" x="200.00" y="100.00" incLanes="default_0" intLanes=":J0_0_0" shape="200.00,100.00 200.00,96.80 200.00,100.00">
62
<request index="0" response="0" foes="0" cont="0"/>
63
</junction>
64
<junction id="J1" type="dead_end" x="300.00" y="100.00" incLanes="shorter_0" intLanes="" shape="300.00,96.80 300.00,100.00"/>
65
<junction id="W" type="dead_end" x="0.00" y="100.00" incLanes="" intLanes="" shape="0.00,100.00 0.00,96.80"/>
66
67
<connection from="default" to="shorter" fromLane="0" toLane="0" via=":J0_0_0" dir="s" state="M"/>
68
<connection from="longer" to="default" fromLane="0" toLane="0" via=":C_0_0" dir="s" state="M"/>
69
70
<connection from=":C_0" to="default" fromLane="0" toLane="0" dir="s" state="M"/>
71
<connection from=":J0_0" to="shorter" fromLane="0" toLane="0" dir="s" state="M"/>
72
73
</net>
74
75