QGIS Server can send a WMS GetFeature info. By default no geometry is sent. To activate this, the settings below must be set to `true` Ideally this could also be accomplished via QSA. ```xml <WMSAddWktGeometry type="bool">false</WMSAddWktGeometry> ``` 