Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/tazs/load/center/additionals.add.xml
169727 views
1
<additionals>
2
3
<!-- valid name (missing) -->
4
<taz id="TAZ_0" color="red" fill="0" layer="0.00" shape="-10.00,40.00 0.00,40.00 0.00,30.00 -10.00,30.00 -10.00,40.00"/>
5
6
<!-- invalid center (empty) -->
7
<taz id="TAZ_1" center="" color="red" fill="0" layer="0.00" shape="10.00,40.00 20.00,40.00 20.00,30.00 10.00,30.00 10.00,40.00"/>
8
9
<!-- invalid name -->
10
<taz id="TAZ_2" center="20,30" color="red" fill="0" layer="0.00" shape="30.00,40.00 40.00,40.00 40.00,30.00 30.00,30.00 30.00,40.00"/>
11
12
</additionals>
13
14