Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/parkingspace/inspect_selection/additionals.add.xml
169776 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<!-- Parking Area A -->
3
<parkingArea id="parkingArea_A" lane="EdgeCenter1_1" startPos="12.00" endPos="22.00" friendlyPos="0" roadsideCapacity="0" width="3.20" length="5.00" angle="0.00">
4
<!-- Parking Space A -->
5
<space x="-6.00" y="10.00" z="10.00" width="4.00" length="5.00" angle="45.00" slope="23.5" name="nameA">
6
<param key="KeyA1" value="valueA1"/>
7
<param key="KeyA2" value="valueA2"/>
8
<param key="KeyA3" value="valueA3"/>
9
</space>
10
</parkingArea>
11
<!-- Parking Area B -->
12
<parkingArea id="parkingArea_B" lane="EdgeCenter1_1" startPos="29.00" endPos="39.00" friendlyPos="0" roadsideCapacity="0" width="3.20" length="5.00" angle="0.00">
13
<!-- Parking Space B -->
14
<space x="15.00" y="10.00" z="20.00" width="2.00" length="12.00" angle="12.00" slope="30" name="nameB">
15
<param key="KeyB1" value="valueB1"/>
16
<param key="KeyB2" value="valueB2"/>
17
<param key="KeyB3" value="valueB3"/>
18
</space>
19
</parkingArea>
20
</additional>
21
22