Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/crossings/specified/inconsistent_tll/input_plain.nod.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon Jul 31 08:06:33 2017 by SUMO netconvert Version dev-SVN-r25337
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
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="net.netconvert"/>
13
</input>
14
15
<output>
16
<plain-output-prefix value="input_plain"/>
17
</output>
18
19
<processing>
20
<no-turnarounds value="true"/>
21
<offset.disable-normalization value="true"/>
22
<lefthand value="false"/>
23
<junctions.corner-detail value="0"/>
24
<rectangular-lane-cut value="false"/>
25
<walkingareas value="false"/>
26
</processing>
27
28
</configuration>
29
-->
30
31
<nodes version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
32
<location netOffset="100.00,100.00" convBoundary="0.00,0.00,200.00,200.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
33
34
<node id="C" x="100.00" y="100.00" type="traffic_light" tl="C"/>
35
<node id="E" x="200.00" y="100.00" type="dead_end"/>
36
<node id="N" x="100.00" y="200.00" type="dead_end"/>
37
<node id="S" x="100.00" y="0.00" type="dead_end"/>
38
<node id="W" x="0.00" y="100.00" type="dead_end"/>
39
</nodes>
40
41