Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/XML/connections/permissions/input_plain.con.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon 11 Jan 2016 01:36:52 PM CET by Netedit Version dev-SVN-r19701I
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/netedit.exeConfiguration.xsd">
10
11
<input>
12
<sumo-net-file value="/scr1/sumoI/sumo/tests/sumo/net2.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoI/sumo/tests/sumo/net2.net.xml"/>
17
<plain-output-prefix value="/scr2/debug/2097/input_plain"/>
18
</output>
19
20
<processing>
21
<no-turnarounds value="true"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
<junctions.corner-detail value="0"/>
25
</processing>
26
27
</configuration>
28
-->
29
30
<connections version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
31
<connection from="EC" to="CN" fromLane="0" toLane="0" disallow="passenger"/>
32
<connection from="EC" to="CW" fromLane="0" toLane="0"/>
33
<connection from="EC" to="CW" fromLane="1" toLane="1"/>
34
<connection from="EC" to="CS" fromLane="1" toLane="1"/>
35
36
<connection from="NC" to="CW" fromLane="0" toLane="0"/>
37
<connection from="NC" to="CS" fromLane="0" toLane="0" allow="bus"/>
38
<connection from="NC" to="CS" fromLane="1" toLane="1"/>
39
<connection from="NC" to="CE" fromLane="1" toLane="1"/>
40
41
<connection from="SC" to="CE" fromLane="0" toLane="0"/>
42
<connection from="SC" to="CN" fromLane="0" toLane="0"/>
43
<connection from="SC" to="CN" fromLane="1" toLane="1"/>
44
<connection from="SC" to="CW" fromLane="1" toLane="1" allow="bus"/>
45
46
<connection from="WC" to="CS" fromLane="0" toLane="0"/>
47
<connection from="WC" to="CE" fromLane="0" toLane="0"/>
48
<connection from="WC" to="CE" fromLane="1" toLane="1"/>
49
<connection from="WC" to="CN" fromLane="1" toLane="1"/>
50
51
</connections>
52
53