Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/XML/bidi/simple/input_plain.nod.xml
169772 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2022-06-23 12:37:51 by Eclipse SUMO netconvert Version v1_13_0+1142-6ee4a0a
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
This file may also be made available under the following Secondary
9
Licenses when the conditions for such availability set forth in the Eclipse
10
Public License 2.0 are satisfied: GNU General Public License, version 2
11
or later which is available at
12
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
13
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
14
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
15
16
<input>
17
<sumo-net-file value="input_net.net.xml"/>
18
</input>
19
20
<output>
21
<write-license value="true"/>
22
<output-file value="net.net.xml"/>
23
<plain-output-prefix value="plain"/>
24
</output>
25
26
<processing>
27
<geometry.min-radius.fix.railways value="false"/>
28
<geometry.avoid-overlap value="false"/>
29
<geometry.max-grade.fix value="false"/>
30
<offset.disable-normalization value="true"/>
31
<lefthand value="false"/>
32
</processing>
33
34
<junctions>
35
<no-internal-links value="true"/>
36
<no-turnarounds value="true"/>
37
<junctions.corner-detail value="5"/>
38
<junctions.limit-turn-speed value="5.5"/>
39
<rectangular-lane-cut value="false"/>
40
</junctions>
41
42
<pedestrian>
43
<walkingareas value="false"/>
44
</pedestrian>
45
46
<report>
47
<xml-validation value="never"/>
48
</report>
49
50
</configuration>
51
-->
52
53
<nodes version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
54
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,100.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
55
56
<node id="J0" x="0.00" y="0.00" type="dead_end"/>
57
<node id="J1" x="100.00" y="0.00" type="dead_end"/>
58
</nodes>
59
60