Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/SUMO/remove_lane/input_net.net.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 08 Apr 2016 01:59:22 PM CEST by Netedit Version dev-SVN-r20388
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
<processing>
12
<no-turnarounds value="true"/>
13
<offset.disable-normalization value="true"/>
14
</processing>
15
16
</configuration>
17
-->
18
19
<net version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
20
21
<location netOffset="0.00,0.00" convBoundary="-6.47,46.36,76.39,48.83" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
22
23
<edge id=":gneJ1_0" function="internal">
24
<lane id=":gneJ1_0_0" index="0" speed="13.89" length="0.10" shape="36.56,42.77 36.51,42.77"/>
25
<lane id=":gneJ1_0_1" index="1" speed="13.89" length="0.10" shape="36.64,46.07 36.63,46.07"/>
26
</edge>
27
28
<edge id="beg" from="gneJ0" to="gneJ1" priority="1">
29
<lane id="beg_0" index="0" speed="13.89" length="43.17" shape="-6.60,43.88 36.56,42.77"/>
30
<lane id="beg_1" index="1" speed="13.89" length="43.17" shape="-6.52,47.18 36.64,46.07"/>
31
</edge>
32
<edge id="end" from="gneJ1" to="gneJ2" priority="1">
33
<lane id="end_0" index="0" speed="13.89" length="39.73" shape="36.51,42.77 76.22,41.42"/>
34
<lane id="end_1" index="1" speed="13.89" length="39.73" shape="36.63,46.07 76.33,44.71"/>
35
</edge>
36
37
<junction id="gneJ0" type="unregulated" x="-6.47" y="48.83" incLanes="" intLanes="" shape="-6.47,48.78 -6.64,42.28"/>
38
<junction id="gneJ1" type="priority" x="36.68" y="47.72" incLanes="beg_0 beg_1" intLanes=":gneJ1_0_0 :gneJ1_0_1" shape="36.69,47.67 36.47,41.17 36.67,47.67">
39
<request index="0" response="00" foes="00" cont="0"/>
40
<request index="1" response="00" foes="00" cont="0"/>
41
</junction>
42
<junction id="gneJ2" type="unregulated" x="76.39" y="46.36" incLanes="end_0 end_1" intLanes="" shape="76.16,39.82 76.39,46.31"/>
43
44
<connection from="beg" to="end" fromLane="0" toLane="0" via=":gneJ1_0_0" dir="s" state="M"/>
45
<connection from="beg" to="end" fromLane="1" toLane="1" via=":gneJ1_0_1" dir="s" state="M"/>
46
47
<connection from=":gneJ1_0" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
48
<connection from=":gneJ1_0" to="end" fromLane="1" toLane="1" dir="s" state="M"/>
49
50
</net>
51
52