Bug report #21658

Updated by Andrea Giudiceandrea about 5 years ago

In QGIS 3, *the the WFS connection manager dialog window lacks options to override the* the (GetFeature, DescribeFeatureType, ...) *URIs URIs reported in service capabilities*, while WMS/WMTS and WCS connection managers have those options ("Ignore GetMap/GetTile URI reported in capabilities"/"Ignore GetFeatureInfo URI reported in capabilities" for WMS/WMST and "Ignore GetCoverage URI reported in capabilities" for WCS). capabilities.

This leads to the impossibility of adding WFS layers to a map in some circumstances.

In QGIS 2.18 this was not the case, because the WFS provider didn't (incorrectly, anyway) comply with the URI reported in capabilities. The QGIS 2.18 incorrect behaviour (see #18099 and #16173) was fixed for QGIS 3 with PR https://github.com/qgis/QGIS/pull/6407.

One or more DCP override options for WFS in the connection manager dialog window, like window are needed in order to solve the problem.

Back