Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/roundabouts/2lanes/input_plain.nod.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue May 21 12:29:19 2019 by Eclipse SUMO netconvert Version v1_2_0+0252-83989c2
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="roundabout2.net.xml"/>
8
</input>
9
10
<output>
11
<plain-output-prefix value="input_plain"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="0"/>
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
<nodes version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
35
<location netOffset="100.00,100.00" convBoundary="-100.00,-100.00,300.00,300.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
36
37
<node id="E" x="400.00" y="100.00" type="priority"/>
38
<node id="N" x="100.00" y="400.00" type="priority"/>
39
<node id="RE" x="125.00" y="100.00" type="priority"/>
40
<node id="RN" x="100.00" y="125.00" type="priority"/>
41
<node id="RS" x="100.00" y="75.00" type="priority"/>
42
<node id="RW" x="75.00" y="100.00" type="priority"/>
43
<node id="S" x="100.00" y="-200.00" type="priority"/>
44
<node id="W" x="-200.00" y="100.00" type="priority"/>
45
</nodes>
46
47