Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/opposites/load_invalid/input_net.net.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu 04 Jun 2020 08:02:05 AM CEST by Eclipse SUMO netedit Version v1_6_0+0521-bad558c3e9
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="net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="net.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="false"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="true"/>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="0"/>
25
<junctions.limit-turn-speed value="-1"/>
26
<rectangular-lane-cut value="false"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="false"/>
31
</pedestrian>
32
33
<report>
34
<aggregate-warnings value="5"/>
35
</report>
36
37
</configuration>
38
-->
39
40
<net version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
41
42
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,2000.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
43
44
<edge id="EW" from="E" to="W" priority="1">
45
<lane id="EW_0" index="0" speed="13.89" length="2000.00" shape="2000.00,4.80 0.00,4.80">
46
<neigh lane="VODUGES_beg_0"/>
47
</lane>
48
<lane id="EW_1" index="1" speed="13.89" length="2000.00" shape="2000.00,1.60 0.00,1.60"/>
49
</edge>
50
<edge id="WE" from="W" to="E" priority="1">
51
<lane id="WE_0" index="0" speed="13.89" length="2000.00" shape="0.00,-4.80 2000.00,-4.80">
52
<neigh lane="-VODUGES_beg_0"/>
53
</lane>
54
<lane id="WE_1" index="1" speed="13.89" length="2000.00" shape="0.00,-1.60 2000.00,-1.60"/>
55
</edge>
56
57
<junction id="E" type="dead_end" x="2000.00" y="0.00" incLanes="WE_0 WE_1" intLanes="" shape="2000.00,0.00 2000.00,-6.40 2000.00,0.00"/>
58
<junction id="W" type="dead_end" x="0.00" y="0.00" incLanes="EW_0 EW_1" intLanes="" shape="0.00,0.00 0.00,6.40 0.00,0.00"/>
59
60
</net>
61
62