Project: QGIS

Version: 3.44

Feature: Add a WFS parameter for featureMode

The WFS Provider URI and UI now support a "featureMode" parameter, which supports options for :

  • default (Use the server default configuration)
  • SimpleFeatures (Enable simplification on returned features)
  • ComplexFeatures (Disable simplification on returned features)

This feature was developed by Even Rouault