qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.32k stars 2.97k forks source link

WMS with DEFAULT Styles fails #28181

Closed qgib closed 5 years ago

qgib commented 5 years ago

Author Name: Michael Kuerbs (Michael Kuerbs) Original Redmine Issue: 20360 Affected QGIS version: 3.4.0 Redmine category:web_services_clients/wms


The STYLES parameter in the GetMap-URL is not valid:

http://www.geoproxy.geoportal-th.de/geoproxy/services/DOP?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=550000,5560000,760000,5730016&CRS=EPSG:25832&WIDTH=723&HEIGHT=586&LAYERS=th_dop&STYLES&FORMAT=image/png&DPI=106&MAP_RESOLUTION=106&FORMAT_OPTIONS=dpi:106&TRANSPARENT=TRUE

WMS-Server Error Message:

The STYLES parameter is missing.

There is no "=" after &STYLES

use &STYLES= instead

qgib commented 5 years ago

Author Name: Nyall Dawson (@nyalldawson)


Already fixed in 3.4.1