Open alexander-st opened 8 years ago
Hi Alexander,
your WFS is protected with an API-Key. After requesting the Capabilities-Document the GetFeature OnlineResource
will be parsed from the response, because this URL could be different from the GetCapabilities OnlineResource
.
You should find your API-Key in the XML document and no placeholder like {KEY}
.
Best regards Juergen
Dear Juergen,
I got a runing WFS URL and I tried to load it into QGIS with your plugin. The list feature types is working, I can see all the available layers. When I try to get Features I receive the following error message: OWS Exception returend from the WFS: An unexcpected error occured. Original message: "Value cannot be null. Parameter name: key"
We tried to consume the URL also through FME in ArcGIS and there the WFS can be consumed?
Any suggestions?