Bug report #17562
WMS legend broken for percent-encoded LegendURL's
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WMS | ||
Affected QGIS version: | master | Regression?: | Yes |
Operating System: | Easy fix?: | Yes | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25459 |
Description
Some WMS services, eg:
have their (valid) LegendURL's percentage-encoded in the capabilities, eg:
http://gisservices.noord-holland.nl/ags/services/pnh_dataservice_alg/MapServer/WmsServer?request=GetLegendGraphic%26version=1.3.0%26format=image/png%26layer=Bouwen op slappe grond - Damwand complexiteit
While this was working in 2.18/qt4, this returns a 'flawed image' in 2.99 because QGIS adds a second &FORMAT=image/png to the url, while the server can apparently only handle one.
I'll add a Pull Request to fix this.
Associated revisions
fix #17562 broken legend uris
History
#1 Updated by Richard Duivenvoorde almost 7 years ago
This is apparently an ArcGis server: http://gisservices.noord-holland.nl/ags/services/pnh_dataservice_alg/MapServer/
#2 Updated by Richard Duivenvoorde almost 7 years ago
#3 Updated by Richard Duivenvoorde almost 7 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|f6ffb00c9f0c6e39aed5c7714769e931f02c458a.
#4 Updated by Giovanni Manghi almost 7 years ago
- Resolution set to fixed/implemented