Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/SUMO/patch_geo/input_plain.con.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-04-28 14:15:12 by Eclipse SUMO netconvert Version v1_12_0+2358-3780045
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="input_net2.net.xml"/>
8
</input>
9
10
<output>
11
<plain-output-prefix value="input_plain"/>
12
<output.street-names value="true"/>
13
</output>
14
15
<projection>
16
<proj.plain-geo value="true"/>
17
</projection>
18
19
<processing>
20
<geometry.min-radius.fix.railways value="false"/>
21
<geometry.max-grade.fix value="false"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
</processing>
25
26
<junctions>
27
<no-turnarounds value="true"/>
28
<junctions.corner-detail value="5"/>
29
<junctions.limit-turn-speed value="5.5"/>
30
<rectangular-lane-cut value="false"/>
31
</junctions>
32
33
<pedestrian>
34
<walkingareas value="false"/>
35
</pedestrian>
36
37
<report>
38
<aggregate-warnings value="5"/>
39
</report>
40
41
</configuration>
42
-->
43
44
<connections version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
45
<connection from="-239924883" to="-304426109#0" fromLane="0" toLane="0"/>
46
<connection from="-239924883" to="239924883" fromLane="0" toLane="0"/>
47
48
<connection from="-304426109#0"/>
49
50
<connection from="-4930543#0" to="-239924883" fromLane="0" toLane="0" keepClear="0"/>
51
<connection from="-4930543#0" to="4930543#0" fromLane="0" toLane="0"/>
52
53
<connection from="239924883" to="4930543#0" fromLane="0" toLane="0" keepClear="0"/>
54
<connection from="239924883" to="-239924883" fromLane="0" toLane="0"/>
55
56
<connection from="304426109#0" to="239924883" fromLane="0" toLane="0"/>
57
<connection from="304426109#0" to="-304426109#0" fromLane="0" toLane="0"/>
58
59
<connection from="4930543#0" to="-4930543#0" fromLane="0" toLane="0"/>
60
61
</connections>
62
63