Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket3349/input_net.net.xml
169713 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed 11 Jan 2017 09:51:20 AM CET by Netedit Version dev-SVN-r22555
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/complex/traci/pythonApi/bugs/ticket2777/input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoI/sumo/tests/complex/traci/pythonApi/bugs/ticket2777/input_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
<visualisation>
28
<registry-viewport value="true"/>
29
</visualisation>
30
31
</configuration>
32
-->
33
34
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
35
36
<location netOffset="500.00,500.00" convBoundary="0.00,0.00,202.00,0.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
37
38
<edge id="beg" from="gneJ2" to="gneJ3" priority="1">
39
<lane id="beg_0" index="0" speed="13.89" length="100.00" shape="0.00,-1.65 100.00,-1.65"/>
40
</edge>
41
<edge id="end" from="gneJ4" to="gneJ5" priority="1">
42
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="102.00,-1.65 202.00,-1.65"/>
43
</edge>
44
<edge id="middle" from="gneJ3" to="gneJ4" priority="1">
45
<lane id="middle_0" index="0" speed="13.89" length="2.00" shape="100.00,-1.65 102.00,-1.65"/>
46
</edge>
47
48
<junction id="gneJ2" type="unregulated" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,-0.05 0.00,-3.25"/>
49
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="beg_0" intLanes="" shape="100.00,-0.05 100.00,-3.25 100.00,-0.05">
50
<request index="0" response="0" foes="0"/>
51
</junction>
52
<junction id="gneJ4" type="priority" x="102.00" y="0.00" incLanes="middle_0" intLanes="" shape="102.00,-0.05 102.00,-3.25 102.00,-0.05">
53
<request index="0" response="0" foes="0"/>
54
</junction>
55
<junction id="gneJ5" type="unregulated" x="202.00" y="0.00" incLanes="end_0" intLanes="" shape="202.00,-3.25 202.00,-0.05"/>
56
57
<connection from="beg" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
58
<connection from="middle" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
59
60
</net>
61
62