wfs

This configuration is optional when using the plugin Gis_DataSource_Wfs.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<wfsConfiguration
>
required

Configuration for Web feature Services (WFS).

<maxFeatureCount
>
optionalmax. 1
positiveInteger

Limitation of the maximum number of features/objects queried over Web Feature Services (WFS) (gilt nicht für wfs layer als object type), to prevent memory issues. Not used in workbooks or selector queries.

</maxFeatureCount>
</wfsConfiguration>
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:
    wfs:
      maxFeatureCount: "1337"

Filename: wfs-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"?>
<wfsConfiguration>
  <maxFeatureCount>1337</maxFeatureCount>
</wfsConfiguration>