Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/dfrouter/emitters/routes_for_all/input_net.net.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon 19 Sep 2016 08:42:35 AM CEST by Netedit Version dev-SVN-r21484
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/sumo/tests/dfrouter/emitters/routes_for_all/input_tri.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumo/tests/dfrouter/emitters/routes_for_all/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="0.00,200.00" convBoundary="0.00,0.00,1300.00,400.00" origBoundary="0.00,-200.00,1300.00,200.00" projParameter="!"/>
33
34
<edge id="beg" from="beg" to="1" priority="-1">
35
<lane id="beg_0" index="0" speed="19.44" length="100.00" shape="0.00,198.35 100.00,198.35"/>
36
</edge>
37
<edge id="end" from="2" to="end" priority="-1">
38
<lane id="end_0" index="0" speed="19.44" length="400.00" shape="400.00,198.35 800.00,198.35"/>
39
</edge>
40
<edge id="middle" from="1" to="2" priority="-1">
41
<lane id="middle_0" index="0" speed="19.44" length="300.00" shape="100.00,198.35 400.00,198.35"/>
42
</edge>
43
44
<junction id="1" type="priority" x="100.00" y="200.00" incLanes="beg_0" intLanes="" shape="100.00,199.95 100.00,196.75 100.00,199.95">
45
<request index="0" response="0" foes="0"/>
46
</junction>
47
<junction id="2" type="priority" x="400.00" y="200.00" incLanes="middle_0" intLanes="" shape="400.00,199.95 400.00,196.75 400.00,199.95">
48
<request index="0" response="0" foes="0"/>
49
</junction>
50
<junction id="L2" type="unregulated" x="1100.00" y="400.00" incLanes="" intLanes="" shape="1100.00,400.00"/>
51
<junction id="R1" type="unregulated" x="100.00" y="0.00" incLanes="" intLanes="" shape="100.00,0.00"/>
52
<junction id="R2" type="unregulated" x="1100.00" y="0.00" incLanes="" intLanes="" shape="1100.00,0.00"/>
53
<junction id="beg" type="unregulated" x="0.00" y="200.00" incLanes="" intLanes="" shape="0.00,199.95 0.00,196.75"/>
54
<junction id="end" type="unregulated" x="800.00" y="200.00" incLanes="end_0" intLanes="" shape="800.00,196.75 800.00,199.95"/>
55
<junction id="rend" type="unregulated" x="1300.00" y="200.00" incLanes="" intLanes="" shape="1300.00,200.00"/>
56
57
<connection from="beg" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
58
<connection from="middle" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
59
60
</net>
61
62