Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e2detector/inspect_selection/additionals.add.xml
169771 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- E2 A -->
4
<laneAreaDetector id="E2_A" lane="EdgeCenter1_1" pos="24.43" length="10" period="120.00" file="fileA.txt" name="A" nextEdges="EdgeCenter0" detectPersons="walkBackward" vTypes="Type1 Type2 Type3" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" tl="Junction2" friendlyPos="1" show="true">
5
<param key="KeyA1" value="valueA1"/>
6
<param key="KeyA3" value="valueA2"/>
7
<param key="KeyA2" value="valueA3"/>
8
</laneAreaDetector>
9
10
<!-- E2 B -->
11
<laneAreaDetector id="E2_B" lane="EdgeCenter0_0" pos="15" length="5" period="240.00" file="fileB.txt" name="B" nextEdges="Edge3" detectPersons="car" vTypes="Type4 Type5 Type6" timeThreshold="2.00" speedThreshold="3.49" jamThreshold="5.00" tl="Junction2" friendlyPos="false" show="false">
12
<param key="KeyB1" value="valueB1"/>
13
<param key="KeyB3" value="valueB2"/>
14
<param key="KeyB2" value="valueB3"/>
15
</laneAreaDetector>
16
17
</additional>
18
19