Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/shapes/poi/load/id/additionals.add.xml
169780 views
1
<additionals>
2
3
<!-- Without errors -->
4
<poi id="POI_0" color="red" layer="0.00" x="-30.00" y="30.00" width="0.00" height="0.00" imgFile="" angle="0"/>
5
6
<!-- non valid ID (missing) -->
7
<poi color="red" layer="0.00" x="-40.00" y="30.00" width="0.00" height="0.00"/>
8
9
<!-- non valid ID (invalid) -->
10
<poi id="%%%%%···$" color="red" layer="0.00" x="30.00" y="0.00" width="0.00" height="0.00"/>
11
12
<!-- non valid (duplicated) -->
13
<poi id="POI_0" color="red" layer="0.00" x="30.00" y="-10.00" width="0.00" height="0.00"/>
14
15
<!-- valid ID -->
16
<poi id="POI_1" color="red" layer="0.00" x="30.00" y="-20.00" width="0.00" height="0.00"/>
17
18
</additionals>
19
20