Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/0xxx/ticket606/input_net.net.xml
169722 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mon 28 Nov 2011 09:51:39 AM CET by Netedit Version dev-SVN-r11548
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="/home/erdm_ja/debug/netdiff_roundtrip_fail/edge_length.net.xml"/>
13
</output>
14
15
<processing>
16
<no-turnarounds value="true"/>
17
<offset.disable-normalization value="true"/>
18
</processing>
19
20
</configuration>
21
-->
22
23
<net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
24
25
<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="!"/>
26
27
<edge id="gneE0" from="gneJ0" to="gneJ1" priority="1" length="123.00">
28
<lane id="gneE0_0" index="0" speed="13.89" length="123.00" shape="0.00,-1.65 100.00,-1.65"/>
29
</edge>
30
31
<junction id="gneJ0" type="unregulated" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,-0.05 0.00,-3.25">
32
</junction>
33
<junction id="gneJ1" type="unregulated" x="100.00" y="0.00" incLanes="gneE0_0" intLanes="" shape="100.00,-3.25 100.00,-0.05">
34
</junction>
35
36
</net>
37
38