Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/net_short_internal/input_net.net.xml
428384 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mi 04 Jul 2018 09:37:10 CEST by Eclipse SUMO netedit Version 5a07d8f
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="/home/kobo/dlr/debug/4300/b.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/debug/4300/b.net.xml"/>
12
</output>
13
14
<processing>
15
<no-turnarounds value="true"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
<junctions.corner-detail value="5"/>
19
<rectangular-lane-cut value="false"/>
20
<walkingareas value="false"/>
21
</processing>
22
23
</configuration>
24
-->
25
26
<net version="0.27" junctionCornerDetail="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
27
28
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,50.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
29
30
<edge id=":C_0" function="internal">
31
<lane id=":C_0_0" index="0" speed="13.89" length="0.10" shape="22.41,-1.60 22.41,-1.60"/>
32
</edge>
33
34
<edge id="CE" from="C" to="E" priority="-1">
35
<lane id="CE_0" index="0" speed="13.89" length="27.59" shape="22.41,-1.60 50.00,-1.60"/>
36
</edge>
37
<edge id="WC" from="W" to="C" priority="-1">
38
<lane id="WC_0" index="0" speed="13.89" length="22.41" shape="0.00,-1.60 22.41,-1.60"/>
39
</edge>
40
41
<junction id="C" type="priority" x="22.41" y="0.00" incLanes="WC_0" intLanes=":C_0_0" shape="22.41,0.00 22.41,-3.20 22.41,0.00">
42
<request index="0" response="0" foes="0" cont="0"/>
43
</junction>
44
<junction id="E" type="dead_end" x="50.00" y="0.00" incLanes="CE_0" intLanes="" shape="50.00,-3.20 50.00,0.00"/>
45
<junction id="W" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-3.20"/>
46
47
<connection from="WC" to="CE" fromLane="0" toLane="0" via=":C_0_0" dir="s" state="M"/>
48
49
<connection from=":C_0" to="CE" fromLane="0" toLane="0" dir="s" state="M"/>
50
51
</net>
52
53