Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/marouter/errors/disconnected_ignore/input_net.net.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue 26 Mar 2019 08:40:19 AM CET by Eclipse SUMO netedit Version v1_0_1+0645-93703db
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="/scr1/sumo/tests/marouter/errors/disconnected_ignore/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/scr1/sumo/tests/marouter/errors/disconnected_ignore/input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-internal-links value="true"/>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="0"/>
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
<net version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
36
37
<location netOffset="500.00,0.00" convBoundary="0.00,0.00,2500.00,500.00" origBoundary="-500.00,0.00,2000.00,500.00" projParameter="!"/>
38
39
<edge id="beg" from="absBeg" to="beg" priority="-1">
40
<lane id="beg_0" index="0" speed="27.80" length="500.00" shape="0.00,-4.80 496.00,-4.80"/>
41
<lane id="beg_1" index="1" speed="27.80" length="500.00" shape="0.00,-1.60 496.00,-1.60"/>
42
</edge>
43
<edge id="beg2left" from="beg" to="begleft" priority="-1">
44
<lane id="beg2left_0" index="0" speed="27.80" length="500.00" shape="501.60,4.00 501.60,500.00"/>
45
</edge>
46
<edge id="end" from="end" to="absEnd" priority="-1">
47
<lane id="end_0" index="0" speed="27.80" length="500.00" shape="1504.00,-4.80 2000.00,-4.80"/>
48
<lane id="end_1" index="1" speed="27.80" length="500.00" shape="1504.00,-1.60 2000.00,-1.60"/>
49
</edge>
50
<edge id="left2end" from="endleft" to="end" priority="-1">
51
<lane id="left2end_0" index="0" speed="27.80" length="500.00" shape="1498.40,500.00 1498.40,4.00"/>
52
</edge>
53
<edge id="rend" from="absEnd" to="rabsEnd" priority="-1">
54
<lane id="rend_0" index="0" speed="27.80" length="500.00" shape="2000.00,-4.80 2500.00,-4.80"/>
55
<lane id="rend_1" index="1" speed="27.80" length="500.00" shape="2000.00,-1.60 2500.00,-1.60"/>
56
</edge>
57
58
<junction id="absBeg" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-6.40"/>
59
<junction id="absEnd" type="priority" x="2000.00" y="0.00" incLanes="end_0 end_1" intLanes="" shape="2000.00,0.00 2000.00,-6.40 2000.00,0.00">
60
<request index="0" response="00" foes="00"/>
61
<request index="1" response="00" foes="00"/>
62
</junction>
63
<junction id="beg" type="priority" x="500.00" y="0.00" incLanes="beg_0 beg_1" intLanes="" shape="500.00,4.00 503.20,4.00 496.00,-6.40 496.00,0.00">
64
<request index="0" response="0" foes="0"/>
65
</junction>
66
<junction id="begleft" type="dead_end" x="500.00" y="500.00" incLanes="beg2left_0" intLanes="" shape="503.20,500.00 500.00,500.00"/>
67
<junction id="end" type="priority" x="1500.00" y="0.00" incLanes="left2end_0" intLanes="" shape="1496.80,4.00 1500.00,4.00 1504.00,0.00 1504.00,-6.40">
68
<request index="0" response="0" foes="0"/>
69
</junction>
70
<junction id="endleft" type="dead_end" x="1500.00" y="500.00" incLanes="" intLanes="" shape="1500.00,500.00 1496.80,500.00"/>
71
<junction id="rabsEnd" type="dead_end" x="2500.00" y="0.00" incLanes="rend_0 rend_1" intLanes="" shape="2500.00,-6.40 2500.00,0.00"/>
72
73
<connection from="beg" to="beg2left" fromLane="1" toLane="0" pass="1" dir="l" state="M"/>
74
<connection from="end" to="rend" fromLane="0" toLane="0" dir="s" state="M"/>
75
<connection from="end" to="rend" fromLane="1" toLane="1" dir="s" state="M"/>
76
<connection from="left2end" to="end" fromLane="0" toLane="1" pass="1" dir="l" state="M"/>
77
78
</net>
79
80