Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/moveToXY/matchThreshold/input_net.net.xml
169731 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon 03 Jul 2017 12:31:34 PM CEST by Netedit Version dev-SVN-r25036
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/netconvertConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="/scr1/sumoI/sumo/tests/complex/traci/pythonApi/moveToXY/keepRoute2/input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoI/sumo/tests/complex/traci/pythonApi/moveToXY/keepRoute2/input_net.net.xml"/>
17
</output>
18
19
<processing>
20
<no-internal-links value="false"/>
21
<no-turnarounds value="true"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
<junctions.corner-detail value="0"/>
25
<rectangular-lane-cut value="false"/>
26
<walkingareas value="false"/>
27
</processing>
28
29
</configuration>
30
-->
31
32
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
33
34
<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="!"/>
35
36
<edge id=":gneJ3_0" function="internal">
37
<lane id=":gneJ3_0_0" index="0" speed="13.89" length="0.10" shape="100.00,0.00 100.00,0.00"/>
38
</edge>
39
<edge id=":gneJ5_0" function="internal">
40
<lane id=":gneJ5_0_0" index="0" speed="13.89" length="2.58" shape="200.00,98.40 200.10,99.10 200.40,99.60 200.90,99.90 201.60,100.00"/>
41
</edge>
42
43
<edge id="beg" from="gneJ2" to="gneJ3" priority="1" spreadType="center">
44
<lane id="beg_0" index="0" speed="13.89" length="100.00" shape="0.00,0.00 100.00,0.00"/>
45
</edge>
46
<edge id="gneE1" from="gneJ5" to="gneJ7" priority="1" spreadType="center">
47
<lane id="gneE1_0" index="0" speed="13.89" length="98.40" shape="201.60,100.00 300.00,100.00"/>
48
</edge>
49
<edge id="middle" from="gneJ3" to="gneJ5" priority="1" spreadType="center" shape="100.00,0.00 200.00,0.00 200.00,100.00">
50
<lane id="middle_0" index="0" speed="13.89" length="198.40" shape="100.00,0.00 200.00,0.00 200.00,98.40"/>
51
</edge>
52
53
<junction id="gneJ2" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,1.60 0.00,-1.60"/>
54
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="beg_0" intLanes=":gneJ3_0_0" shape="100.00,1.60 100.00,-1.60 100.00,1.60">
55
<request index="0" response="0" foes="0" cont="0"/>
56
</junction>
57
<junction id="gneJ5" type="priority" x="200.00" y="100.00" incLanes="middle_0" intLanes=":gneJ5_0_0" shape="201.60,101.60 201.60,98.40 198.40,98.40">
58
<request index="0" response="0" foes="0" cont="0"/>
59
</junction>
60
<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"/>
61
62
<connection from="beg" to="middle" fromLane="0" toLane="0" via=":gneJ3_0_0" dir="s" state="M"/>
63
<connection from="middle" to="gneE1" fromLane="0" toLane="0" via=":gneJ5_0_0" dir="r" state="M"/>
64
65
<connection from=":gneJ3_0" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
66
<connection from=":gneJ5_0" to="gneE1" fromLane="0" toLane="0" dir="s" state="M"/>
67
68
</net>
69
70