Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/patchRailConflicts/simple_crossing/input_net.net.xml
428527 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2026-01-19T12:50:28.208594+01:00 by Eclipse SUMO netedit v1_25_0+1075-5d7cce700e5
4
<neteditConfiguration 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="input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.avoid-overlap value="false"/>
17
<geometry.max-grade.fix value="false"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="0"/>
20
</processing>
21
22
<junctions>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="5"/>
25
<junctions.limit-turn-speed value="5.50"/>
26
<rectangular-lane-cut value="0"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="0"/>
31
</pedestrian>
32
33
</neteditConfiguration>
34
-->
35
36
<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" avoidOverlap="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
37
38
<location netOffset="0.00,0.00" convBoundary="-100.00,-100.00,100.00,100.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
39
40
<edge id=":J1_0" function="internal">
41
<lane id=":J1_0_0" index="0" allow="tram" speed="13.89" length="10.73" shape="-5.36,0.00 5.36,0.00"/>
42
</edge>
43
<edge id=":J1_1" function="internal">
44
<lane id=":J1_1_0" index="0" allow="tram" speed="13.89" length="10.73" shape="-3.79,3.79 3.79,-3.79"/>
45
</edge>
46
47
<edge id="E0" from="J0" to="J1" priority="-1" spreadType="center">
48
<lane id="E0_0" index="0" allow="tram" speed="13.89" length="94.64" shape="-100.00,0.00 -5.36,0.00"/>
49
</edge>
50
<edge id="E1" from="J1" to="J2" priority="-1" spreadType="center">
51
<lane id="E1_0" index="0" allow="tram" speed="13.89" length="94.64" shape="5.36,0.00 100.00,0.00"/>
52
</edge>
53
<edge id="E2" from="J3" to="J1" priority="-1" spreadType="center">
54
<lane id="E2_0" index="0" allow="tram" speed="13.89" length="136.06" shape="-100.00,100.00 -3.79,3.79"/>
55
</edge>
56
<edge id="E3" from="J1" to="J4" priority="-1" spreadType="center">
57
<lane id="E3_0" index="0" allow="tram" speed="13.89" length="136.06" shape="3.79,-3.79 100.00,-100.00"/>
58
</edge>
59
60
<junction id="J0" type="dead_end" x="-100.00" y="0.00" incLanes="" intLanes="" shape="-100.00,1.60 -100.00,-1.60"/>
61
<junction id="J1" type="priority" x="0.00" y="0.00" incLanes="E0_0 E2_0" intLanes=":J1_0_0 :J1_1_0" shape="5.36,1.60 5.36,-1.60 4.65,-1.72 4.50,-1.87 4.50,-2.07 4.64,-2.34 4.92,-2.66 2.66,-4.92 0.29,-3.08 -1.01,-2.43 -2.38,-1.97 -3.83,-1.69 -5.36,-1.60 -5.36,1.60 -4.65,1.72 -4.50,1.87 -4.50,2.07 -4.64,2.34 -4.92,2.66 -2.66,4.92 -0.29,3.08 1.01,2.43 2.38,1.97 3.83,1.69">
62
<request index="0" response="00" foes="10" cont="0"/>
63
<request index="1" response="01" foes="01" cont="0"/>
64
</junction>
65
<junction id="J2" type="dead_end" x="100.00" y="0.00" incLanes="E1_0" intLanes="" shape="100.00,-1.60 100.00,1.60"/>
66
<junction id="J3" type="dead_end" x="-100.00" y="100.00" incLanes="" intLanes="" shape="-98.87,101.13 -101.13,98.87"/>
67
<junction id="J4" type="dead_end" x="100.00" y="-100.00" incLanes="E3_0" intLanes="" shape="98.87,-101.13 101.13,-98.87"/>
68
69
<connection from="E0" to="E1" fromLane="0" toLane="0" via=":J1_0_0" dir="s" state="M"/>
70
<connection from="E2" to="E3" fromLane="0" toLane="0" via=":J1_1_0" dir="s" state="m"/>
71
72
<connection from=":J1_0" to="E1" fromLane="0" toLane="0" dir="s" state="M"/>
73
<connection from=":J1_1" to="E3" fromLane="0" toLane="0" dir="s" state="M"/>
74
75
</net>
76
77