Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket4563/input_net.net.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue 11 Sep 2018 08:30:03 AM CEST by Eclipse SUMO netedit Version v1_0_0+0096-19e3d3b
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="/scr1/sumo/tests/complex/traci/pythonApi/bugs/ticket4563/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/scr1/sumo/tests/complex/traci/pythonApi/bugs/ticket4563/input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
<lefthand value="false"/>
17
</processing>
18
19
<junctions>
20
<no-internal-links value="true"/>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="5"/>
23
<junctions.limit-turn-speed value="-1"/>
24
<rectangular-lane-cut value="false"/>
25
</junctions>
26
27
<pedestrian>
28
<walkingareas value="false"/>
29
</pedestrian>
30
31
</configuration>
32
-->
33
34
<net version="1.0" junctionCornerDetail="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
35
36
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,1000.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
37
38
<edge id="E" from="gneJ0" to="gneJ1" priority="-1">
39
<lane id="E_0" index="0" speed="20.00" length="1000.00" shape="0.00,-4.80 1000.00,-4.80"/>
40
<lane id="E_1" index="1" speed="20.00" length="1000.00" shape="0.00,-1.60 1000.00,-1.60"/>
41
</edge>
42
43
<junction id="gneJ0" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-6.40"/>
44
<junction id="gneJ1" type="dead_end" x="1000.00" y="0.00" incLanes="E_0 E_1" intLanes="" shape="1000.00,-6.40 1000.00,0.00"/>
45
46
</net>
47
48