Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/opposites/fix_inconsistent/input_plain.edg.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-07-16 14:15:47 by Eclipse SUMO netconvert Version v1_23_1+1111-5138dee59aa
4
<netconvertConfiguration 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
<plain-output-prefix value="input_plain"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.avoid-overlap value="false"/>
17
<geometry.max-grade.fix value="false"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="0"/>
20
</processing>
21
22
<junctions>
23
<no-internal-links value="true"/>
24
<no-turnarounds value="true"/>
25
<junctions.corner-detail value="5"/>
26
<junctions.limit-turn-speed value="5.50"/>
27
<rectangular-lane-cut value="0"/>
28
</junctions>
29
30
<pedestrian>
31
<walkingareas value="0"/>
32
</pedestrian>
33
34
</netconvertConfiguration>
35
-->
36
37
<edges version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
38
<edge id="-E0" from="J1" to="J0" priority="-1" numLanes="1" speed="13.89">
39
<lane index="0">
40
<neigh lane="E0_0"/>
41
</lane>
42
</edge>
43
<edge id="E0" from="J0" to="J1" priority="-1" numLanes="1" speed="13.89">
44
<lane index="0">
45
<neigh lane="-E0_0"/>
46
</lane>
47
</edge>
48
<edge id="E1" from="J0" to="J1" priority="-1" numLanes="1" speed="13.89">
49
<lane index="0">
50
<neigh lane="-E0_0"/>
51
</lane>
52
</edge>
53
</edges>
54
55