Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e1detector/inspect_selection/additionals.add.xml
169730 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<!-- E1 A -->
3
<inductionLoop id="E1_A" lane="EdgeCenter1_1" pos="21.71" period="120.00" name="DetectorA" file="fileA.txt" nextEdges="EdgeCenter0" detectPersons="walkBackward" vTypes="Type1 Type2 Type3" friendlyPos="0">
4
<param key="KeyA1" value="valueA1"/>
5
<param key="KeyA3" value="valueA2"/>
6
<param key="KeyA2" value="valueA3"/>
7
</inductionLoop>
8
9
<!-- E1 B -->
10
<inductionLoop id="E1_B" lane="EdgeCenter0_1" pos="10" period="90.00" name="DetectorB" file="fileB.txt" nextEdges="Edge3" detectPersons="car" vTypes="Type4 Type5 Type6" friendlyPos="1">
11
<param key="KeyB1" value="valueB1"/>
12
<param key="KeyB3" value="valueB2"/>
13
<param key="KeyB2" value="valueB3"/>
14
</inductionLoop>
15
</additional>
16
17