Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/sumolib3d/input_edges.edg.xml
428384 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<edges>
3
4
<!-- straight edge both ways -->
5
<edge id="straight_with_counter" from="a0" to="a1" speed="13.89" width="2.0" />
6
<edge id="straight_with_counter_back" from="a1" to="a0" speed="13.89" width="2.0" />
7
8
<!-- straight edge one way -->
9
<edge id="straight_no_counter" from="b0" to="b1" speed="13.89" width="2.0" spreadType="center"/>
10
11
<!-- sloopy edge -->
12
<edge id="sloopy_we" from="sloopy_west" to="sloopy_east" speed="13.89" width="2.0"
13
shape="3250,250,10" />
14
<edge id="sloopy_ew" from="sloopy_east" to="sloopy_west" speed="13.89" width="2.0"
15
shape="3500,200,10 3250,250,10 3000,200,10" />
16
17
18
19
<!-- edge to build the H both ways -->
20
<!-- edge to build the H both ways - left side -->
21
<edge id="left_lower_sn" from="left_botton" to="left_center" speed="13.89" width="2.0" />
22
<edge id="left_upper_sn" from="left_center" to="left_top" speed="13.89" width="2.0" />
23
24
<edge id="left_upper_ns" from="left_top" to="left_center" speed="13.89" width="2.0" />
25
<edge id="left_lower_ns" from="left_center" to="left_botton" speed="13.89" width="2.0" />
26
27
28
<!-- edge to build the H both ways - center bar -->
29
30
<!-- edge to build the H both ways - right side -->
31
<edge id="center_we" from="left_center" to="right_center" speed="13.89" width="2.0" />
32
<edge id="center_ew" from="right_center" to="left_center" speed="13.89" width="2.0"
33
numLanes="2"
34
shape="1200,100,10 1100,125,10 1000,100,10" lanes="2"/>
35
36
37
<edge id="right_upper_sn" from="right_center" to="right_top" speed="13.89" width="2.0" />
38
<edge id="right_upper_ns" from="right_top" to="right_center" speed="13.89" width="2.0" />
39
40
<edge id="right_lower_sn" from="right_botton" to="right_center" speed="13.89" width="2.0" />
41
<edge id="right_lower_ns" from="right_center" to="right_botton" speed="13.89" width="2.0" />
42
43
44
</edges>
45
46