-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
19 lines (19 loc) · 923 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="layer-selector" version="0.4">
<details>
<title>Layer Selector</title>
<email>wirecloud@conwet.com</email>
<image>img/wms_widget.png</image>
<smartphoneimage>img/wms_widget.png</smartphoneimage>
<description>Widget for selecting layers in Map Viewers.</description>
<authors>Borja Illescas <billescas@conwet.com></authors>
</details>
<persistentvariables>
<variable name="layersData" type="text" label="State"/>
</persistentvariables>
<wiring>
<outputendpoint name="layerInfoOutput" type="text" label="Layer info" friendcode="layerInfo"/>
</wiring>
<contents src="index.html" contenttype="application/xhtml+xml" useplatformstyle="true"/>
<rendering height="400px" width="250px"/>
</widget>