Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/net.net.xml
169678 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 09 Aug 2013 01:39:31 PM CEST by Netedit Version dev-SVN-r14367
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
<output>
12
<output-file value="net.net.xml"/>
13
</output>
14
15
<processing>
16
<no-internal-links value="true"/>
17
<no-turnarounds value="true"/>
18
<offset.disable-normalization value="true"/>
19
</processing>
20
21
</configuration>
22
-->
23
24
<net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
25
26
<location netOffset="0.00,0.00" convBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
27
28
<edge id="beg" from="gneJ4" to="gneJ0" priority="1">
29
<lane id="beg_0" index="0" speed="1.00" length="7.00" shape="-7.00,-1.65 0.00,-1.65"/>
30
</edge>
31
<edge id="end" from="gneJ1" to="gneJ3" priority="1">
32
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="200.00,-1.65 300.00,-1.65"/>
33
</edge>
34
<edge id="middle" from="gneJ0" to="gneJ1" priority="1">
35
<lane id="middle_0" index="0" speed="13.89" length="200.00" shape="0.00,-1.65 200.00,-1.65"/>
36
</edge>
37
38
<junction id="gneJ0" type="unregulated" x="0.00" y="0.00" incLanes="beg_0" intLanes="" shape="0.00,-0.05 0.00,-3.25 0.00,-0.05"/>
39
<junction id="gneJ1" type="priority" x="200.00" y="0.00" incLanes="middle_0" intLanes="" shape="200.00,-0.05 200.00,-3.25 200.00,-0.05">
40
<request index="0" response="0" foes="0"/>
41
</junction>
42
<junction id="gneJ3" type="unregulated" x="300.00" y="0.00" incLanes="end_0" intLanes="" shape="300.00,-3.25 300.00,-0.05"/>
43
<junction id="gneJ4" type="unregulated" x="-7.00" y="0.00" incLanes="" intLanes="" shape="-7.00,-0.05 -7.00,-3.25"/>
44
45
<connection from="beg" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
46
<connection from="middle" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
47
48
</net>
49
50