Path: blob/main/tests/netedit/elements/additionals/e3detector/load/speedthreshold/additionals.add.xml
169771 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">1<!-- non valid speedThreshold (missing) -->2<entryExitDetector id="entryExitDetector_0" period="100.00" file="fileA.txt" timeThreshold="1.00" pos="26,10">3<detEntry lane="EdgeCenter1_0" pos="32"/>4<detExit lane="EdgeCenter0_0" pos="32"/>5</entryExitDetector>67<!-- non valid speedThreshold (dummy) -->8<entryExitDetector id="entryExitDetector_1" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="dummySpeedThreshold" pos="28,10">9<detEntry lane="EdgeCenter1_0" pos="34"/>10<detExit lane="EdgeCenter0_0" pos="34"/>11</entryExitDetector>1213<!-- non valid speedThreshold (negative) -->14<entryExitDetector id="entryExitDetector_2" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="-2.12" pos="30,10">15<detEntry lane="EdgeCenter1_0" pos="36"/>16<detExit lane="EdgeCenter0_0" pos="36"/>17</entryExitDetector>1819<!-- valid speedThreshold -->20<entryExitDetector id="entryExitDetector_3" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="3.19" pos="32,10">21<detEntry lane="EdgeCenter1_0" pos="38"/>22<detExit lane="EdgeCenter0_0" pos="38"/>23</entryExitDetector>24</additional>252627