Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/parkingspace/load/slope/additionals.add.xml
169783 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<parkingArea id="parkingArea_0" lane="EdgeCenter1_1" startPos="20.00" endPos="30.00">
3
4
<!-- valid angle (missing) -->
5
<space x="40.00" y="15.00" z="1" width="3.30" length="6.00"/>
6
7
<!-- non valid Angle (dummy) -->
8
<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope="dummyAngle"/>
9
10
<!-- non valid Angle (empty) -->
11
<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope=""/>
12
13
<!-- valid Angle (negative) -->
14
<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope="-20"/>
15
16
<!-- valid Angle (>360) -->
17
<space x="50.00" y="15.00" z="1" width="3.30" length="6.00" slope="500.00"/>
18
19
<!-- valid Angle -->
20
<space x="0.00" y="-15.00" z="1" width="3.30" length="6.00" slope="60.00"/>
21
22
</parkingArea>
23
24
</additional>
25
26