Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/tazs/inspect_selected/additionals.add.xml
169690 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-01-14 14:48:02 by Eclipse SUMO netedit Version v1_21_0+1841-e4caf9a5ed3
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
This file may also be made available under the following Secondary
9
Licenses when the conditions for such availability set forth in the Eclipse
10
Public License 2.0 are satisfied: GNU General Public License, version 2
11
or later which is available at
12
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
13
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
14
-->
15
16
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
17
<!-- TAZs -->
18
<taz id="TAZ_0" shape="26.00,8.00 26.00,18.00 2.00,18.00 2.00,8.00 26.00,8.00" center="20.00,30.00" fill="1" name="name1" color="yellow">
19
<param key="keyA1" value="valueA1"/>
20
<param key="keyA2" value="valueA2"/>
21
<param key="keyA3" value="valueA3"/>
22
</taz>
23
<taz id="TAZ_1" shape="-8.00,10.00 -8.00,18.00 -24.00,18.00 -24.00,10.00 -8.00,10.00" center="40.00,50.00" name="name2" color="red">
24
<param key="keyB1" value="valueB1"/>
25
<param key="keyB2" value="valueB2"/>
26
<param key="keyB3" value="valueB3"/>
27
</taz>
28
</additional>
29
30