Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/cut_routes/taz/input_net.net.xml
428506 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu 28 Mar 2013 08:20:56 AM CET by Netedit Version dev-SVN-r13533
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/erdm_ja/debug/cutRoutes/three_split.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/erdm_ja/debug/cutRoutes/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
</processing>
24
25
</configuration>
26
-->
27
28
<net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
29
30
<location netOffset="0.00,500.00" convBoundary="0.00,0.00,2500.00,1000.00" origBoundary="0.00,-500.00,2500.00,500.00" projParameter="!"/>
31
32
<edge id="beg2left" from="beg" to="begleft" priority="-1">
33
<lane id="beg2left_0" index="0" speed="13.90" length="498.55" shape="501.65,501.45 501.65,1000.00"/>
34
</edge>
35
<edge id="end" from="end" to="absEnd" priority="-1">
36
<lane id="end_0" index="0" speed="27.80" length="498.55" shape="1501.45,498.35 2000.00,498.35"/>
37
</edge>
38
<edge id="left2end" from="endleft" to="end" priority="-1">
39
<lane id="left2end_0" index="0" speed="13.90" length="498.55" shape="1498.35,1000.00 1498.35,501.45"/>
40
</edge>
41
<edge id="middle" from="beg" to="end" priority="-1">
42
<lane id="middle_0" index="0" speed="27.80" length="990.50" shape="504.75,498.35 1495.25,498.35"/>
43
</edge>
44
45
<junction id="absEnd" type="unregulated" x="2000.00" y="500.00" incLanes="end_0" intLanes="" shape="2000.00,496.75 2000.00,499.95"/>
46
<junction id="beg" type="unregulated" x="500.00" y="500.00" incLanes="" intLanes="" shape="500.05,501.45 503.25,501.45 504.75,499.95 504.75,496.75"/>
47
<junction id="begleft" type="unregulated" x="500.00" y="1000.00" incLanes="beg2left_0" intLanes="" shape="503.25,1000.00 500.05,1000.00"/>
48
<junction id="end" type="priority" x="1500.00" y="500.00" incLanes="left2end_0 middle_0" intLanes="" shape="1496.75,501.45 1499.95,501.45 1501.45,499.95 1501.45,496.75 1495.25,496.75 1495.25,499.95">
49
<request index="0" response="10" foes="10"/>
50
<request index="1" response="00" foes="01"/>
51
</junction>
52
<junction id="endleft" type="unregulated" x="1500.00" y="1000.00" incLanes="" intLanes="" shape="1499.95,1000.00 1496.75,1000.00"/>
53
54
<connection from="left2end" to="end" fromLane="0" toLane="0" dir="l" state="m"/>
55
<connection from="middle" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
56
57
</net>
58
59