Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/shapes/poly/load/angle/additionals.add.xml
169779 views
1
<additionals>
2
3
<!-- non valid angle (dummy) -->
4
<poly id="poly_0" color="green" fill="1" layer="0.00" imgFile="berlin_icon.ico" angle="dummyAngle" shape="60.00,0.00 60.00,-10.00 50.00,-10.00 50.00,0.00 60.00,0.00"/>
5
6
<!-- valid angle (<360º) -->
7
<poly id="poly_1" color="green" fill="1" layer="0.00" imgFile="berlin_icon.ico" angle="500" shape="60.00,-20.00 60.00,-30.00 50.00,-30.00 50.00,-20.00 60.00,-20.00"/>
8
9
<!-- valid angle (<0) -->
10
<poly id="poly_2" color="green" fill="1" layer="0.00" imgFile="berlin_icon.ico" angle="-30" shape="60.00,-40.00 60.00,-50.00 50.00,-50.00 50.00,-40.00 60.00,-40.00"/>
11
12
<!-- valid angle (<0) -->
13
<poly id="poly_3" color="green" fill="1" layer="0.00" imgFile="berlin_icon.ico" angle="12" shape="60.00,-40.00 60.00,-50.00 50.00,-50.00 50.00,-40.00 60.00,-40.00"/>
14
15
</additionals>
16
17