Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/access/busstop/load/pos/additionals.add.xml
169780 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<busStop id="busStop_0" lane="Edge4_1" startPos="9.00" endPos="15.00">
3
4
<!-- non valid Position (dummy) -->
5
<access lane="Edge0_0" pos="dummyPosition" length="10" friendlyPos="0"/>
6
7
<!-- non valid Position (empty) -->
8
<access lane="Edge1_0" pos="" length="10" friendlyPos="0"/>
9
10
<!-- valid Position (negative) -->
11
<access lane="Edge2_0" pos="-1" length="10" friendlyPos="0"/>
12
13
<!-- non valid Position (overpassing lane) -->
14
<access lane="Edge3_0" pos="2000" length="10" friendlyPos="0"/>
15
16
<!-- valid Position -->
17
<access lane="Edge4_0" pos="1.1" length="10" friendlyPos="0"/>
18
19
</busStop>
20
21
<busStop id="busStop_1" lane="Edge4_1" pos="9.00" endPos="33.00">
22
23
<!-- valid Position -->
24
<access lane="Edge5_0" pos="random" length="10" friendlyPos="0"/>
25
26
</busStop>
27
</additional>
28
29