Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/split_at_stops/input_net.net.xml
428384 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu 16 Apr 2020 09:35:31 AM CEST by Eclipse SUMO netedit Version v1_5_0+1157-b8d6aa306e
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<new value="true"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/debug/2811/net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
</processing>
17
18
<report>
19
<aggregate-warnings value="5"/>
20
</report>
21
22
</configuration>
23
-->
24
25
<net version="1.6" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
26
27
<location netOffset="0.00,0.00" convBoundary="-200.00,-25.00,300.00,0.00" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
28
29
<edge id="a" from="gneJ0" to="gneJ1" priority="-1">
30
<lane id="a_0" index="0" allow="rail" speed="13.89" length="500.00" shape="-200.00,-1.60 300.00,-1.60"/>
31
</edge>
32
<edge id="b" from="gneJ2" to="gneJ3" priority="-1">
33
<lane id="b_0" index="0" speed="13.89" length="100.00" shape="-200.00,-26.60 -100.00,-26.60"/>
34
</edge>
35
<edge id="c" from="gneJ6" to="gneJ7" priority="-1">
36
<lane id="c_0" index="0" speed="13.89" length="100.00" shape="0.00,-26.60 100.00,-26.60"/>
37
</edge>
38
<edge id="d" from="gneJ4" to="gneJ5" priority="-1">
39
<lane id="d_0" index="0" speed="13.89" length="100.00" shape="200.00,-26.60 300.00,-26.60"/>
40
</edge>
41
42
<junction id="gneJ0" type="dead_end" x="-200.00" y="0.00" incLanes="" intLanes="" shape="-200.00,0.00 -200.00,-3.20"/>
43
<junction id="gneJ1" type="dead_end" x="300.00" y="0.00" incLanes="a_0" intLanes="" shape="300.00,-3.20 300.00,0.00"/>
44
<junction id="gneJ2" type="dead_end" x="-200.00" y="-25.00" incLanes="" intLanes="" shape="-200.00,-25.00 -200.00,-28.20"/>
45
<junction id="gneJ3" type="dead_end" x="-100.00" y="-25.00" incLanes="b_0" intLanes="" shape="-100.00,-28.20 -100.00,-25.00"/>
46
<junction id="gneJ4" type="dead_end" x="200.00" y="-25.00" incLanes="" intLanes="" shape="200.00,-25.00 200.00,-28.20"/>
47
<junction id="gneJ5" type="dead_end" x="300.00" y="-25.00" incLanes="d_0" intLanes="" shape="300.00,-28.20 300.00,-25.00"/>
48
<junction id="gneJ6" type="dead_end" x="0.00" y="-25.00" incLanes="" intLanes="" shape="0.00,-25.00 0.00,-28.20"/>
49
<junction id="gneJ7" type="dead_end" x="100.00" y="-25.00" incLanes="c_0" intLanes="" shape="100.00,-28.20 100.00,-25.00"/>
50
51
</net>
52
53