Path: blob/main/tests/netedit/elements/additionals/parkingspace/load/slope/additionals.add.xml
169783 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">1<parkingArea id="parkingArea_0" lane="EdgeCenter1_1" startPos="20.00" endPos="30.00">23<!-- valid angle (missing) -->4<space x="40.00" y="15.00" z="1" width="3.30" length="6.00"/>56<!-- non valid Angle (dummy) -->7<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope="dummyAngle"/>89<!-- non valid Angle (empty) -->10<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope=""/>1112<!-- valid Angle (negative) -->13<space x="45.00" y="15.00" z="1" width="3.30" length="6.00" slope="-20"/>1415<!-- valid Angle (>360) -->16<space x="50.00" y="15.00" z="1" width="3.30" length="6.00" slope="500.00"/>1718<!-- valid Angle -->19<space x="0.00" y="-15.00" z="1" width="3.30" length="6.00" slope="60.00"/>2021</parkingArea>2223</additional>242526