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