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