Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/SUMO/junction_name/input_net.net.xml
169731 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 17 Feb 2017 10:00:25 AM CET by Netedit Version dev-SVN-r22994
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/netconvert/import/SUMO/edge_types/net.netconvert"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumoI/sumo/tests/netconvert/import/SUMO/edge_types/net.netconvert"/>
17
</output>
18
19
<processing>
20
<no-turnarounds value="true"/>
21
<offset.disable-normalization value="true"/>
22
<lefthand value="false"/>
23
<junctions.corner-detail value="0"/>
24
</processing>
25
26
</configuration>
27
-->
28
29
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
30
31
<location netOffset="500.00,500.00" convBoundary="0.00,500.00,500.00,500.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
32
33
<edge id="1fi" from="1" to="0" priority="-1" type="b">
34
<lane id="1fi_0" index="0" speed="11.11" length="500.00" shape="0.00,495.05 500.00,495.05"/>
35
<lane id="1fi_1" index="1" speed="11.11" length="500.00" shape="0.00,498.35 500.00,498.35"/>
36
</edge>
37
38
<junction id="0" name="my fancy junction name" type="unregulated" x="500.00" y="500.00" incLanes="1fi_0 1fi_1" intLanes="" shape="500.00,493.45 500.00,499.95"/>
39
<junction id="1" name="42" type="unregulated" x="0.00" y="500.00" incLanes="" intLanes="" shape="0.00,499.95 0.00,493.45"/>
40
41
</net>
42
43