Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/opposites/different_loadedLengths/input_net.net.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed 05 Jul 2017 09:23:52 AM CEST by Netedit Version dev-SVN-r25085
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="/scr1/sumoID/sumo/tests/netconvert/function/opposites/different_lengths/input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoID/sumo/tests/netconvert/function/opposites/different_lengths/input_net.net.xml"/>
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
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
32
33
<location netOffset="100.00,100.00" convBoundary="100.00,0.00,200.00,100.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
34
35
<edge id="EC" from="E" to="S" priority="2" length="210" shape="200.00,100.00 100.00,100.00 100.00,0.00">
36
<lane id="EC_0" index="0" speed="13.89" length="206.60" shape="200.00,104.95 95.05,104.95 95.05,0.00"/>
37
<lane id="EC_1" index="1" speed="13.89" length="206.60" shape="200.00,101.65 98.35,101.65 98.35,0.00"/>
38
</edge>
39
<edge id="SC" from="S" to="E" priority="2" length="190" shape="100.00,0.00 100.00,100.00 200.00,100.00">
40
<lane id="SC_0" index="0" speed="13.89" length="193.40" shape="104.95,0.00 104.95,95.05 200.00,95.05"/>
41
<lane id="SC_1" index="1" speed="13.89" length="193.40" shape="101.65,0.00 101.65,98.35 200.00,98.35"/>
42
</edge>
43
44
<junction id="E" type="dead_end" x="200.00" y="100.00" incLanes="SC_0 SC_1" intLanes="" shape="200.00,100.05 200.00,93.45 200.00,99.95"/>
45
<junction id="S" type="dead_end" x="100.00" y="0.00" incLanes="EC_0 EC_1" intLanes="" shape="100.05,-0.00 93.45,0.00 99.95,-0.00"/>
46
47
</net>
48
49