Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/moveToXY/elevation_sublane/input_net.net.xml
169722 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue 15 Jan 2019 12:11:44 PM CET by Eclipse SUMO netedit Version v1_0_1+0645-93703db
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="/scr1/sumo/tests/complex/traci/pythonApi/moveToXY/elevation_sublane/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/scr1/sumo/tests/complex/traci/pythonApi/moveToXY/elevation_sublane/input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="0"/>
23
<junctions.limit-turn-speed value="-1"/>
24
<rectangular-lane-cut value="false"/>
25
</junctions>
26
27
<pedestrian>
28
<walkingareas value="false"/>
29
</pedestrian>
30
31
</configuration>
32
-->
33
34
<net version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
35
36
<location netOffset="500.00,500.00" convBoundary="0.00,0.00,300.00,100.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
37
38
<edge id=":gneJ3_0" function="internal">
39
<lane id=":gneJ3_0_0" index="0" speed="13.89" length="1.26" shape="99.34,0.00,10.00 99.66,0.03,10.00 99.95,0.12,10.00 100.22,0.26,10.00 100.47,0.47,10.00"/>
40
</edge>
41
<edge id=":gneJ5_0" function="internal">
42
<lane id=":gneJ5_0_0" index="0" speed="13.89" length="1.26" shape="199.53,99.53,10.00 199.78,99.74,10.00 200.05,99.88,10.00 200.34,99.97,10.00 200.66,100.00,10.00"/>
43
</edge>
44
45
<edge id="beg" from="gneJ2" to="gneJ3" priority="1" spreadType="center">
46
<lane id="beg_0" index="0" speed="13.89" length="99.84" shape="0.00,0.00 99.34,0.00,10.00"/>
47
</edge>
48
<edge id="gneE1" from="gneJ5" to="gneJ7" priority="1" spreadType="center">
49
<lane id="gneE1_0" index="0" speed="13.89" length="99.84" shape="200.66,100.00,10.00 300.00,100.00"/>
50
</edge>
51
<edge id="middle" from="gneJ3" to="gneJ5" priority="1" spreadType="center">
52
<lane id="middle_0" index="0" speed="13.89" length="140.10" shape="100.47,0.47,10.00 199.53,99.53,10.00"/>
53
</edge>
54
55
<junction id="gneJ2" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,1.60 0.00,-1.60"/>
56
<junction id="gneJ3" type="priority" x="100.00" y="0.00" z="10.00" incLanes="beg_0" intLanes=":gneJ3_0_0" shape="99.34,1.60,10.00 101.60,-0.66,10.00 99.34,-1.60,10.00">
57
<request index="0" response="0" foes="0" cont="0"/>
58
</junction>
59
<junction id="gneJ5" type="priority" x="200.00" y="100.00" z="10.00" incLanes="middle_0" intLanes=":gneJ5_0_0" shape="200.66,101.60,10.00 200.66,98.40,10.00 198.40,100.66,10.00">
60
<request index="0" response="0" foes="0" cont="0"/>
61
</junction>
62
<junction id="gneJ7" type="dead_end" x="300.00" y="100.00" incLanes="gneE1_0" intLanes="" shape="300.00,98.40 300.00,101.60"/>
63
64
<connection from="beg" to="middle" fromLane="0" toLane="0" via=":gneJ3_0_0" dir="l" state="M"/>
65
<connection from="middle" to="gneE1" fromLane="0" toLane="0" via=":gneJ5_0_0" dir="r" state="M"/>
66
67
<connection from=":gneJ3_0" to="middle" fromLane="0" toLane="0" dir="l" state="M"/>
68
<connection from=":gneJ5_0" to="gneE1" fromLane="0" toLane="0" dir="r" state="M"/>
69
70
</net>
71
72