Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/netdiff/params/source.xml
428527 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu Mar 14 16:10:04 2019 by Eclipse SUMO netconvert Version v1_1_0+0435-678c69824b
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="net2.net.xml"/>
8
</input>
9
10
<output>
11
<plain-output-prefix value="plain"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="0"/>
23
<junctions.limit-turn-speed value="-1"/>
24
<rectangular-lane-cut value="false"/>
25
</junctions>
26
27
<pedestrian>
28
<walkingareas value="false"/>
29
</pedestrian>
30
31
</configuration>
32
-->
33
34
<edges version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
35
<edge id="CE" from="C" to="E" priority="2" numLanes="2" speed="13.89">
36
<lane index="1">
37
<param key="laneParam" value="bla"/>
38
</lane>
39
</edge>
40
<edge id="CN" from="C" to="N" priority="2" numLanes="2" speed="13.89">
41
<param key="edgeParam" value="blub"/>
42
</edge>
43
<edge id="CS" from="C" to="S" priority="2" numLanes="2" speed="13.89">
44
<lane index="0">
45
<param key="laneParam2" value="bla2"/>
46
</lane>
47
<param key="edgeParam2" value="blub2"/>
48
</edge>
49
<edge id="CW" from="C" to="W" priority="2" numLanes="2" speed="13.89"/>
50
<edge id="EC" from="E" to="C" priority="2" numLanes="2" speed="13.89"/>
51
<edge id="NC" from="N" to="C" priority="2" numLanes="2" speed="13.89"/>
52
<edge id="SC" from="S" to="C" priority="2" numLanes="2" speed="13.89"/>
53
<edge id="WC" from="W" to="C" priority="2" numLanes="2" speed="13.89"/>
54
</edges>
55
56