Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/basic/files/reload/configs/net.edg.xml
169727 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2024-06-11 15:05:50 by Eclipse SUMO netedit Version v1_20_0+0353-d865fbd950c
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/neteditConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="D:\Netedit_dev\tests\netedit\elements\net.net.xml"/>
8
</input>
9
10
<processing>
11
<geometry.min-radius.fix.railways value="false"/>
12
<geometry.max-grade.fix value="false"/>
13
<offset.disable-normalization value="true"/>
14
<lefthand value="0"/>
15
</processing>
16
17
<junctions>
18
<no-internal-links value="false"/>
19
<no-turnarounds value="true"/>
20
<junctions.corner-detail value="5"/>
21
<junctions.limit-turn-speed value="5.50"/>
22
<rectangular-lane-cut value="0"/>
23
</junctions>
24
25
<pedestrian>
26
<walkingareas value="0"/>
27
</pedestrian>
28
29
</configuration>
30
-->
31
32
<edges version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
33
<edge id="Edge0" from="Junction0" to="Junction1" priority="-1" numLanes="2" speed="13.89" length="65.00">
34
<lane index="0" allow="pedestrian" width="2.00"/>
35
<lane index="1" disallow="pedestrian" width="3.00"/>
36
</edge>
37
<edge id="Edge1" from="Junction1" to="Junction2" priority="-1" numLanes="2" speed="13.89" length="30.00">
38
<lane index="0" allow="pedestrian" width="2.00"/>
39
<lane index="1" disallow="pedestrian" width="3.00"/>
40
</edge>
41
<edge id="Edge2" from="Junction2" to="Junction3" priority="-1" numLanes="2" speed="13.89" length="57.50">
42
<lane index="0" allow="pedestrian" width="2.00"/>
43
<lane index="1" disallow="pedestrian" width="3.00"/>
44
</edge>
45
<edge id="Edge3" from="Junction3" to="Junction2" priority="-1" numLanes="2" speed="13.89" length="57.50">
46
<lane index="0" allow="pedestrian" width="2.00"/>
47
<lane index="1" disallow="pedestrian" width="3.00"/>
48
</edge>
49
<edge id="Edge4" from="Junction2" to="Junction1" priority="-1" numLanes="2" speed="13.89" length="30.00">
50
<lane index="0" allow="pedestrian" width="2.00"/>
51
<lane index="1" disallow="pedestrian" width="3.00"/>
52
</edge>
53
<edge id="Edge5" from="Junction1" to="Junction0" priority="-1" numLanes="2" speed="13.89" length="65.00">
54
<lane index="0" allow="pedestrian" width="2.00"/>
55
<lane index="1" disallow="pedestrian" width="3.00"/>
56
</edge>
57
<edge id="EdgeBike0" from="Junction3" to="Junction4" priority="-1" numLanes="3" speed="13.89" length="7.00">
58
<lane index="0" allow="pedestrian" width="2.00"/>
59
<lane index="1" allow="bicycle" width="1.00"/>
60
<lane index="2" allow="bus" width="3.00"/>
61
</edge>
62
<edge id="EdgeBike1" from="Junction4" to="Junction3" priority="-1" numLanes="3" speed="13.89" length="7.00">
63
<lane index="0" allow="pedestrian" width="2.00"/>
64
<lane index="1" allow="bicycle" width="1.00"/>
65
<lane index="2" allow="bus" width="3.00"/>
66
</edge>
67
<edge id="EdgeCenter0" from="Junction4" to="Junction5" priority="-1" numLanes="2" speed="13.89" length="47.50">
68
<lane index="0" allow="pedestrian" width="2.00"/>
69
<lane index="1" disallow="pedestrian" width="3.00"/>
70
</edge>
71
<edge id="EdgeCenter1" from="Junction5" to="Junction4" priority="-1" numLanes="2" speed="13.89" length="47.50">
72
<lane index="0" allow="pedestrian" width="2.00"/>
73
<lane index="1" disallow="pedestrian" width="3.00"/>
74
</edge>
75
<edge id="EdgeExternBot" from="JunctionExtern0" to="JunctionExtern1" priority="-1" numLanes="1" speed="13.89" shape="-60.00,0.00 -45.00,0.00 -45.00,-25.00 -40.00,-30.00 40.00,-30.00 45.00,-25.00 45.00,0.00 60.00,0.00" length="175.00" width="3.00" disallow="pedestrian"/>
76
<edge id="EdgeExternTop" from="JunctionExtern1" to="JunctionExtern0" priority="-1" numLanes="1" speed="13.89" shape="60.00,0.00 45.00,0.00 45.00,25.00 40.00,30.00 -40.00,30.00 -45.00,25.00 -45.00,0.00 -60.00,0.00" length="175.00" width="3.00" disallow="pedestrian"/>
77
</edges>
78
79