Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/inner_lanes/large_sharp_angles/input_plain.edg.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 08 Mar 2019 09:06:01 AM CET by Eclipse SUMO netedit Version v1_1_0+0435-678c69824b
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="net4.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="net4.net.xml"/>
12
<plain-output-prefix value="/home/kobo/dlr/debug/5254/input_plain"/>
13
</output>
14
15
<processing>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="false"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="-1"/>
25
<rectangular-lane-cut value="false"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="false"/>
30
</pedestrian>
31
32
</configuration>
33
-->
34
35
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
36
<edge id="CE" from="C" to="E" priority="2" numLanes="5" speed="13.89">
37
<lane index="0"/>
38
<lane index="1"/>
39
<lane index="2"/>
40
<lane index="3"/>
41
<lane index="4" disallow="all"/>
42
</edge>
43
<edge id="CN" from="C" to="N" priority="2" numLanes="5" speed="13.89">
44
<lane index="0"/>
45
<lane index="1"/>
46
<lane index="2"/>
47
<lane index="3"/>
48
<lane index="4" disallow="all"/>
49
</edge>
50
<edge id="CS" from="C" to="S" priority="2" numLanes="5" speed="13.89">
51
<lane index="0"/>
52
<lane index="1"/>
53
<lane index="2"/>
54
<lane index="3"/>
55
<lane index="4" disallow="all"/>
56
</edge>
57
<edge id="CW" from="C" to="W" priority="2" numLanes="5" speed="13.89">
58
<lane index="0"/>
59
<lane index="1"/>
60
<lane index="2"/>
61
<lane index="3"/>
62
<lane index="4" disallow="all"/>
63
</edge>
64
<edge id="EC" from="E" to="C" priority="2" numLanes="5" speed="13.89"/>
65
<edge id="NC" from="N" to="C" priority="2" numLanes="5" speed="13.89"/>
66
<edge id="SC" from="S" to="C" priority="2" numLanes="5" speed="13.89"/>
67
<edge id="WC" from="W" to="C" priority="2" numLanes="5" speed="13.89"/>
68
</edges>
69
70