Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/remap_additionals/edge_overlap_vclass/net2.net.xml
428536 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-03-21 14:31:41 by Eclipse SUMO netedit Version v1_22_0+0941-4f8d635656e
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="net2.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="net2.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="0"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="true"/>
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" 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,198.00,204.75,200.61" origBoundary="0.00,0.00,300.00,300.00" projParameter="!"/>
39
40
<edge id="E0" from="J0" to="J1" priority="-1" shape="104.95,198.61 200.00,198.00">
41
<lane id="E0_0" index="0" allow="passenger" speed="13.89" length="98.26" shape="104.93,197.01 199.99,196.40"/>
42
</edge>
43
<edge id="E1" from="J2" to="J3" priority="-1">
44
<lane id="E1_0" index="0" allow="tram" speed="13.89" length="104.76" shape="99.98,198.40 204.73,196.88"/>
45
</edge>
46
47
<junction id="J0" type="dead_end" x="104.95" y="200.61" incLanes="" intLanes="" shape="104.94,198.61 104.92,195.41"/>
48
<junction id="J1" type="dead_end" x="200.00" y="200.00" incLanes="E0_0" intLanes="" shape="199.97,194.80 199.99,198.00"/>
49
<junction id="J2" type="dead_end" x="100.00" y="200.00" incLanes="" intLanes="" shape="100.00,200.00 99.95,196.80"/>
50
<junction id="J3" type="dead_end" x="204.75" y="198.48" incLanes="E1_0" intLanes="" shape="204.70,195.28 204.75,198.48"/>
51
52
</net>
53
54