Feature request #9197
Ignore bad URLs in Getcapabilies
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | No | Resolution: | invalid |
Easy fix?: | No | Copied to github as #: | 17825 |
Description
Following from - http://osgeo-org.1560.x6.nabble.com/WMS-layer-not-working-in-QGIS-td5093606.html
The WMS at this URL doesn't work, apparently because a couple of the URL's in the resultant GetCapabilities (the xsd files) are invalid (return 404s):
http://inspire.landregistry.gov.uk/inspire/ows
The feature request is that QGIS ignore these URL's and serve the layer normally if possible.
May also be applicable for other OGC services.
Associated revisions
WMS: try to interpret response to map requests always as image (fixes #9197)
History
#1 Updated by Jürgen Fischer almost 11 years ago
- Resolution set to invalid
- Status changed from Open to Closed
QGIS doesn't validate the capabilities. But the response from the server is missing a content type and so QGIS doesn't consider the response to be imagery.
#2 Updated by Jürgen Fischer almost 11 years ago
- Subject changed from Ignore bad URL's in Getcapabilies to Ignore bad URLs in Getcapabilies