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