Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/SUMO/bidi/input_net.net.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-05-18 14:36:04 by Eclipse SUMO netedit Version v1_13_0+0328-765894a
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="/localdata2/debug/10445/net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.avoid-overlap value="false"/>
16
<offset.disable-normalization value="true"/>
17
</processing>
18
19
<junctions>
20
<no-turnarounds value="true"/>
21
</junctions>
22
23
</configuration>
24
-->
25
26
<net version="1.9" 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">
27
28
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,100.00,0.00" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
29
30
<edge id="-E0" from="J1" to="J0" priority="-1" spreadType="center" bidi="E0">
31
<lane id="-E0_0" index="0" speed="13.89" length="100.00" width="4.00" shape="100.00,0.00 0.00,0.00"/>
32
</edge>
33
<edge id="E0" from="J0" to="J1" priority="-1" spreadType="center" bidi="-E0">
34
<lane id="E0_0" index="0" speed="13.89" length="100.00" width="4.00" shape="0.00,0.00 100.00,0.00"/>
35
</edge>
36
37
<junction id="J0" type="dead_end" x="0.00" y="0.00" incLanes="-E0_0" intLanes="" shape="0.00,2.00 0.00,-2.00 0.00,2.00 0.00,-2.00"/>
38
<junction id="J1" type="dead_end" x="100.00" y="0.00" incLanes="E0_0" intLanes="" shape="100.00,-2.00 100.00,2.00 100.00,-2.00 100.00,2.00"/>
39
40
</net>
41
42