Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/misc/rerouting/input_net.net.xml
169727 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon 30 Jan 2017 02:02:04 PM CET by Netedit Version dev-SVN-r22770
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netedit.exeConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="/scr1/sumoI/sumo/tests/complex/traci/pythonApi/rerouting/input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoI/sumo/tests/complex/traci/pythonApi/rerouting/input_net.net.xml"/>
17
</output>
18
19
<processing>
20
<no-internal-links value="true"/>
21
<no-turnarounds value="true"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
<junctions.corner-detail value="0"/>
25
</processing>
26
27
</configuration>
28
-->
29
30
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
31
32
<location netOffset="500.00,500.00" convBoundary="0.00,-134.37,300.00,0.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
33
34
<edge id="beg" from="gneJ2" to="gneJ3" priority="1">
35
<lane id="beg_0" index="0" speed="13.89" length="100.00" shape="0.00,-1.65 95.31,-1.65"/>
36
</edge>
37
<edge id="end" from="gneJ4" to="gneJ5" priority="1">
38
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="204.56,-8.25 300.00,-8.25"/>
39
<lane id="end_1" index="1" speed="13.89" length="100.00" shape="204.56,-4.95 300.00,-4.95"/>
40
<lane id="end_2" index="2" speed="13.89" length="100.00" shape="204.56,-1.65 300.00,-1.65"/>
41
</edge>
42
<edge id="middle" from="gneJ3" to="gneJ4" priority="1">
43
<lane id="middle_0" index="0" speed="13.89" length="100.00" shape="103.38,-1.65 196.67,-1.65"/>
44
</edge>
45
<edge id="middle2" from="gneJ3" to="gneJ4" priority="1" length="200.00" shape="100.00,0.00 150.64,-84.81 200.00,0.00">
46
<lane id="middle2_0" index="0" speed="13.89" length="200.00" shape="102.21,-6.92 150.66,-88.06 197.78,-7.09"/>
47
</edge>
48
<edge id="middle3" from="gneJ3" to="gneJ4" priority="1" length="400.00" shape="100.00,0.00 102.47,-134.37 197.42,-132.98 200.00,0.00">
49
<lane id="middle3_0" index="0" speed="13.89" length="400.00" shape="98.50,-7.98 100.85,-136.04 199.04,-134.61 201.43,-11.32"/>
50
</edge>
51
52
<junction id="gneJ2" type="unregulated" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,-0.05 0.00,-3.25"/>
53
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="beg_0" intLanes="" shape="103.38,-0.05 103.38,-3.25 103.59,-6.10 100.84,-7.74 100.10,-7.95 96.90,-8.01 95.31,-3.25 95.31,-0.05">
54
<request index="0" response="000" foes="000"/>
55
<request index="1" response="000" foes="000"/>
56
<request index="2" response="000" foes="000"/>
57
</junction>
58
<junction id="gneJ4" type="priority" x="200.00" y="0.00" incLanes="middle3_0 middle2_0 middle_0" intLanes="" shape="204.56,-0.05 204.56,-9.85 203.03,-11.35 199.83,-11.29 199.17,-7.89 196.40,-6.28 196.67,-3.25 196.67,-0.05">
59
<request index="0" response="000" foes="000"/>
60
<request index="1" response="000" foes="000"/>
61
<request index="2" response="000" foes="000"/>
62
</junction>
63
<junction id="gneJ5" type="unregulated" x="300.00" y="0.00" incLanes="end_0 end_1 end_2" intLanes="" shape="300.00,-9.85 300.00,-0.05"/>
64
65
<connection from="beg" to="middle3" fromLane="0" toLane="0" dir="r" state="M"/>
66
<connection from="beg" to="middle2" fromLane="0" toLane="0" dir="R" state="M"/>
67
<connection from="beg" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
68
<connection from="middle" to="end" fromLane="0" toLane="2" dir="s" state="M"/>
69
<connection from="middle2" to="end" fromLane="0" toLane="1" dir="r" state="M"/>
70
<connection from="middle3" to="end" fromLane="0" toLane="0" dir="r" state="M"/>
71
72
</net>
73
74