wms
This configuration is optional when using the plugin Gis.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<wmsConfiguration
>
required<restriction
<maximumImageWidth
>
optionalmax. 1int
</maximumImageWidth>
<maximumImageHeight
>
optionalmax. 1int
</maximumImageHeight>
>
optionalmax. 1
</restriction>
</wmsConfiguration>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
wms:
restriction:
maximumImageWidth: 15
maximumImageHeight: 15
Filename: wms-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wmsConfiguration>
<restriction>
<maximumImageWidth>15</maximumImageWidth>
<maximumImageHeight>15</maximumImageHeight>
</restriction>
</wmsConfiguration>