Bug report #7695
GetLegendGraphic does not work with FORMAT=jpeg even GetCapabilities says so
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Marco Hugentobler | ||
Category: | QGIS Server | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16609 |
Description
Even GetCapabilities of a QGIS mapserver WMS tells jpeg is a valid format for GetLegendGraphic requests, trying this format results in an exception telling that GetMap does not support "jpeg" format but works with the not listed "jpg". Pull request #554 adds jpg, jpeg, image/jpg and image/jpeg as valid formats to GetMap and GetLegendGraphic requests.
History
#1 Updated by Marco Lechner over 11 years ago
https://github.com/qgis/Quantum-GIS/pull/554 fixes this.
#2 Updated by Jürgen Fischer over 11 years ago
- Assignee set to Marco Hugentobler
#3 Updated by Marco Hugentobler over 11 years ago
- Status changed from Open to Resolved
469fb25300d95958e8ddaff8b691f9989456b532 disables 'jpeg' in capabilities
#4 Updated by Marco Hugentobler over 11 years ago
- Status changed from Resolved to Closed