Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e2multilanedetector/load/file/additionals.add.xml
169776 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 04.10.2018 08:07:19 by Eclipse SUMO netedit Version v1_0_0+0003-85a2829977
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="D:\sumo\tests\netedit\additionalElements\e2MultiLaneDetector\load\input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="D:\sumo\tests\netedit\additionalElements\e2MultiLaneDetector\load\input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
<lefthand value="false"/>
17
</processing>
18
19
<junctions>
20
<no-turnarounds value="true"/>
21
<junctions.corner-detail value="5"/>
22
<junctions.limit-turn-speed value="5.5"/>
23
<rectangular-lane-cut value="false"/>
24
</junctions>
25
26
<pedestrian>
27
<walkingareas value="false"/>
28
</pedestrian>
29
30
</configuration>
31
-->
32
33
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
34
<!-- missing file -->
35
<laneAreaDetector id="multiLaneAreaDetector_0" lanes="Edge0_1 Edge1_1 Edge2_1" pos="15" period="900.00" endPos="15"/>
36
37
<!-- invalid file -->
38
<laneAreaDetector id="multiLaneAreaDetector_1" lanes="Edge0_1 Edge1_1 Edge2_1" pos="15" period="900.00" file="%%$$$%$" endPos="15"/>
39
40
<!-- duplicated file -->
41
<laneAreaDetector id="multiLaneAreaDetector_2" lanes="Edge0_1 Edge1_1 Edge2_1" pos="15" period="900.00" file="myOwnFile.xml" endPos="15"/>
42
43
<!-- bigger endPos -->
44
<laneAreaDetector id="multiLaneAreaDetector_3" lanes="Edge0_1 Edge1_1 Edge2_1" pos="15" period="900.00" file="myOwnFile.xml" endPos="15"/>
45
</additional>
46
47