I note on GIS stack exchange the following issue:
WFS layer doesn't work on QGIS
The issue is that
I am using QGIS 3.16.16, and I want to "Add WFS layer". I select Layer > Add Layer > Add WFS Layer, and then I insert layer's name, and the following URL: https://data.geus.dk/egdi/wfs/?whoami=youremail&typenames=egdi_mineraloccurr_critical_raw_materials.
Moreover, I changed the whoami=youremail, with the first part of my email. Then I select "Connect", but I receive the following error:
Download of capabilities failed: Error transferring https://data.geus.dk/egdi/wfs/?myemail&SERVICE=WFS&REQUEST=GetCapabilities&ACCEPTVERSIONS=2.0.0,1.1.0,1.0.0 - server replied:.
Is it possible to explain to me why this happens?
Which URL should be used to allow QGIS to access the service?
Note QGIS does a GetCapabilities request first to get the featuretypes list and URLs to send requests to, then does a DescribeFeatureType to get further information, before doing any GetFeature request.
I note on GIS stack exchange the following issue:
WFS layer doesn't work on QGIS
The issue is that
Which URL should be used to allow QGIS to access the service?
Note QGIS does a GetCapabilities request first to get the featuretypes list and URLs to send requests to, then does a DescribeFeatureType to get further information, before doing any GetFeature request.