Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/geometry.avoidOverlap/sumo_net/input_net.net.xml
169713 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon May 18 08:32:53 2020 by Eclipse SUMO netconvert Version v1_6_0+0301-56d3a15521
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
<node-files value="input_plain.nod.xml"/>
13
<edge-files value="input_plain.edg.xml"/>
14
</input>
15
16
<output>
17
<write-license value="true"/>
18
</output>
19
20
<processing>
21
<geometry.avoid-overlap value="false"/>
22
</processing>
23
24
<report>
25
<xml-validation value="never"/>
26
<aggregate-warnings value="5"/>
27
</report>
28
29
</configuration>
30
-->
31
32
<net version="1.6" junctionCornerDetail="5" limitTurnSpeed="5.50" avoidOverlap="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
33
34
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,100.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
35
36
<edge id=":gneJ0_0" function="internal">
37
<lane id=":gneJ0_0_0" index="0" speed="13.89" length="0.10" shape="0.00,0.00 0.00,0.00"/>
38
</edge>
39
<edge id=":gneJ1_0" function="internal">
40
<lane id=":gneJ1_0_0" index="0" speed="13.89" length="0.10" shape="100.00,0.00 100.00,0.00"/>
41
</edge>
42
43
<edge id="-gneE0" from="gneJ1" to="gneJ0" priority="-1" spreadType="center">
44
<lane id="-gneE0_0" index="0" speed="13.89" length="100.00" shape="100.00,0.00 0.00,0.00"/>
45
</edge>
46
<edge id="gneE0" from="gneJ0" to="gneJ1" priority="-1" spreadType="center">
47
<lane id="gneE0_0" index="0" speed="13.89" length="100.00" shape="0.00,0.00 100.00,0.00"/>
48
</edge>
49
50
<junction id="gneJ0" type="priority" x="0.00" y="0.00" incLanes="-gneE0_0" intLanes=":gneJ0_0_0" shape="0.00,1.60 0.00,-1.60 0.00,1.60 0.00,-1.60">
51
<request index="0" response="0" foes="0" cont="0"/>
52
</junction>
53
<junction id="gneJ1" type="priority" x="100.00" y="0.00" incLanes="gneE0_0" intLanes=":gneJ1_0_0" shape="100.00,-1.60 100.00,1.60 100.00,-1.60 100.00,1.60">
54
<request index="0" response="0" foes="0" cont="0"/>
55
</junction>
56
57
<connection from="-gneE0" to="gneE0" fromLane="0" toLane="0" via=":gneJ0_0_0" dir="t" state="M"/>
58
<connection from="gneE0" to="-gneE0" fromLane="0" toLane="0" via=":gneJ1_0_0" dir="t" state="M"/>
59
60
<connection from=":gneJ0_0" to="gneE0" fromLane="0" toLane="0" dir="t" state="M"/>
61
<connection from=":gneJ1_0" to="-gneE0" fromLane="0" toLane="0" dir="t" state="M"/>
62
63
</net>
64
65