Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/inner_lanes/changeWidth_split_bikelane/input_plain.edg.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Do 28 Jun 2018 21:26:34 CEST by Eclipse SUMO netedit Version ce0d7cd
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="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/changeWidth_split_bikelane/net.netconvert"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/changeWidth_split_bikelane/net.netconvert"/>
12
<plain-output-prefix value="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/changeWidth_split_bikelane/input_plain"/>
13
</output>
14
15
<processing>
16
<no-internal-links value="false"/>
17
<no-turnarounds value="true"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="false"/>
20
<junctions.corner-detail value="5"/>
21
<rectangular-lane-cut value="false"/>
22
<walkingareas value="false"/>
23
</processing>
24
25
</configuration>
26
-->
27
28
<edges version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
29
<edge id="CE" from="C" to="E" priority="3" numLanes="5" speed="13.89">
30
<lane index="0" allow="pedestrian" width="3.75"/>
31
<lane index="1" disallow="all" width="1.50"/>
32
<lane index="2" allow="bicycle" width="1.00"/>
33
<lane index="3" allow="passenger"/>
34
<lane index="4" allow="passenger"/>
35
</edge>
36
<edge id="CN" from="C" to="N" priority="2" numLanes="5" speed="13.89">
37
<lane index="0" allow="pedestrian" width="3.00"/>
38
<lane index="1" disallow="all" width="1.50"/>
39
<lane index="2" allow="bicycle" width="1.00"/>
40
<lane index="3" allow="passenger"/>
41
<lane index="4" allow="passenger"/>
42
</edge>
43
<edge id="CS" from="C" to="S" priority="2" numLanes="5" speed="13.89">
44
<lane index="0" allow="pedestrian" width="3.00"/>
45
<lane index="1" disallow="all" width="1.50"/>
46
<lane index="2" allow="bicycle" width="1.00"/>
47
<lane index="3" allow="passenger"/>
48
<lane index="4" allow="passenger"/>
49
</edge>
50
<edge id="CW" from="C" to="W" priority="3" numLanes="5" speed="13.89">
51
<lane index="0" allow="pedestrian" width="2.25"/>
52
<lane index="1" disallow="all" width="1.50"/>
53
<lane index="2" allow="bicycle" width="1.00"/>
54
<lane index="3" allow="passenger"/>
55
<lane index="4" allow="passenger"/>
56
</edge>
57
<edge id="EC" from="E" to="C" priority="3" numLanes="5" speed="13.89">
58
<lane index="0" allow="pedestrian" width="1.50"/>
59
<lane index="1" disallow="all" width="1.50"/>
60
<lane index="2" allow="bicycle" width="1.00"/>
61
<lane index="3" allow="passenger"/>
62
<lane index="4" allow="passenger"/>
63
</edge>
64
<edge id="NC" from="N" to="C" priority="2" numLanes="5" speed="13.89">
65
<lane index="0" allow="pedestrian" width="3.00"/>
66
<lane index="1" disallow="all" width="1.50"/>
67
<lane index="2" allow="bicycle" width="1.00"/>
68
<lane index="3" allow="passenger"/>
69
<lane index="4" allow="passenger"/>
70
</edge>
71
<edge id="SC" from="S" to="C" priority="2" numLanes="4" speed="13.89">
72
<lane index="0" allow="pedestrian" width="3.00"/>
73
<lane index="1" disallow="all" width="1.50"/>
74
<lane index="2" allow="passenger bicycle" width="4.20"/>
75
<lane index="3" allow="passenger"/>
76
</edge>
77
<edge id="WC" from="W" to="C" priority="3" numLanes="5" speed="13.89">
78
<lane index="0" allow="pedestrian" width="3.00"/>
79
<lane index="1" disallow="all" width="1.50"/>
80
<lane index="2" allow="bicycle" width="1.00"/>
81
<lane index="3" allow="passenger"/>
82
<lane index="4" allow="passenger"/>
83
</edge>
84
</edges>
85
86