Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket1010/input_net.net.xml
169730 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed 02 Oct 2013 04:12:01 PM CEST by Netedit Version dev-SVN-r14782
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="/scr1/erdm_ja/debug/1010/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="-30.78,37.60,91.78,38.37" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
27
28
<edge id="beg" from="gneJ0" to="center" priority="1">
29
<lane id="beg_0" index="0" speed="13.89" length="59.57" shape="-30.78,35.95 28.79,35.95"/>
30
</edge>
31
<edge id="end" from="center" to="gneJ2" priority="1">
32
<lane id="end_0" index="0" speed="13.89" length="63.00" shape="28.80,35.95 91.80,36.72"/>
33
</edge>
34
35
<tlLogic id="center" type="static" programID="0" offset="0">
36
<phase duration="20" state="G"/>
37
</tlLogic>
38
39
<junction id="center" type="traffic_light" x="28.79" y="37.60" incLanes="beg_0" intLanes="" shape="28.78,37.55 28.81,34.35 28.80,37.55">
40
<request index="0" response="0" foes="0"/>
41
</junction>
42
<junction id="gneJ0" type="unregulated" x="-30.78" y="37.60" incLanes="" intLanes="" shape="-30.78,37.55 -30.78,34.35"/>
43
<junction id="gneJ2" type="unregulated" x="91.78" y="38.37" incLanes="end_0" intLanes="" shape="91.82,35.12 91.78,38.32"/>
44
45
<connection from="beg" to="end" fromLane="0" toLane="0" tl="center" linkIndex="0" dir="s" state="o"/>
46
47
</net>
48
49