Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/shapes/poi/load/width/additionals.add.xml
169780 views
1
<additionals>
2
3
<!-- non valid width (missing) -->
4
<poi id="POI_0" color="red" layer="0.00" x="-40.00" y="10.00" height="0.00"/>
5
6
<!-- non valid width (invalid) -->
7
<poi id="POI_1" color="red" layer="0.00" x="-40.00" y="20.00" width="dummyWidth" height="0.00"/>
8
9
<!-- valid width -->
10
<poi id="POI_2" color="red" layer="0.00" x="-10.00" y="30.00" width="2.00" height="0.00"/>
11
12
</additionals>
13
14