Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/district/generateBidiDistricts/asym/net.net.xml
428506 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed 02 Mar 2016 02:54:52 PM CET by Netedit Version dev-SVN-r20119
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/sumo/tests/tools/district/generateBidiDistricts/asym/net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumo/tests/tools/district/generateBidiDistricts/asym/net.net.xml"/>
17
</output>
18
19
<processing>
20
<no-internal-links value="true"/>
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
<net version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
31
32
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,100.00,0.00" origBoundary="0.00,0.00,1600.00,800.00" projParameter="!"/>
33
34
<edge id="A.0" from="gneJ0" to="gneJ2" priority="1">
35
<lane id="A.0_0" index="0" speed="13.89" length="50.00" shape="0.00,-1.65 50.00,-1.65"/>
36
</edge>
37
<edge id="A.50" from="gneJ2" to="gneJ1" priority="1">
38
<lane id="A.50_0" index="0" speed="13.89" length="50.00" shape="50.00,-1.65 100.00,-1.65"/>
39
</edge>
40
<edge id="B" from="gneJ1" to="gneJ0" priority="1">
41
<lane id="B_0" index="0" speed="13.89" length="100.00" shape="100.00,1.65 0.00,1.65"/>
42
</edge>
43
44
<junction id="gneJ0" type="dead_end" x="0.00" y="0.00" incLanes="B_0" intLanes="" shape="0.00,-0.05 0.00,-3.25 0.00,3.25 0.00,0.05"/>
45
<junction id="gneJ1" type="dead_end" x="100.00" y="0.00" incLanes="A.50_0" intLanes="" shape="100.00,0.05 100.00,3.25 100.00,-3.25 100.00,-0.05"/>
46
<junction id="gneJ2" type="priority" x="50.00" y="0.00" incLanes="A.0_0" intLanes="" shape="50.00,-0.05 50.00,-3.25 50.00,-0.05">
47
<request index="0" response="0" foes="0"/>
48
</junction>
49
50
<connection from="A.0" to="A.50" fromLane="0" toLane="0" dir="s" state="M"/>
51
52
</net>
53
54