Path: blob/main/tests/netedit/elements/additionals/e1detector/load/pos/additionals.add.xml
169772 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">12<!-- non valid position (dummy) -->3<inductionLoop id="E1_02" lane="EdgeCenter1_1" pos="dummyPosition" period="100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>45<!-- valid position (missing) -->6<inductionLoop id="E1_01" lane="EdgeCenter1_1" period="100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>78<!-- valid position (negative) -->9<inductionLoop id="E1_03" lane="EdgeCenter1_1" pos="-10" period="100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1011<!-- valid position (overpassing length) -->12<inductionLoop id="E1_04" lane="EdgeCenter1_1" pos="3000" period="100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1314<!-- valid position -->15<inductionLoop id="E1_05" lane="EdgeCenter1_1" pos="25" period="100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1617</additional>181920