Feature request #8929
option to switch off dpi parameter when accessing WMS layers
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 17600 |
Description
proposed feature:
add an option do not send dpi parameter in GetMap request in the WMS connection details
default should be unchecked = do send the parameter (as is default since QGIS 2.0)
This thread (unfortunately split into two) describes the discussion
http://osgeo-org.1560.x6.nabble.com/Problem-with-WMS-1-1-1-data-providers-in-QGIS-2-0-1-td5084857.html
http://osgeo-org.1560.x6.nabble.com/Problem-with-WMS-1-1-1-data-providers-in-QGIS-2-0-1-td5084970.html
Associated revisions
History
#1 Updated by Jukka Rahkonen about 11 years ago
I would call it "Switch off all vendor parameters" because it is hard to guess which parametes may cause troubles with WMS servers. In the case in mailing list it was not DPI but MAP_RESOLUTION which made UMN Mapserver v. 5.0 to fail.
The one who knows can add whatever vendor parameters to server URL, but because most probably they are not advertised in the GetCapabilities user should also be aware to use the base URL instead of the GetMap url from GetCapabilities. It gets a bit difficult for regular users. Would it be too bad to have "vendor parameters" box in the already crowded dialogue?
#2 Updated by Jürgen Fischer about 11 years ago
- Status changed from Open to Closed
Fixed in changeset aa256b8c33343e834aae0755950ab891007b483c.
#3 Updated by Bernhard Ströbl about 11 years ago
danke Jürgen,
works great!