What is the DPI parameter in QGIS mapserv?
In the WMS GetMap request, QGIS Server accepts a couple of extra parameters in addition to the standard parameters according to the OGC WMS 1.3.0 specification: DPI parameter: The DPI parameter can be used to specify the requested output resolution. http://localhost/cgi-bin/qgis_mapserv.fcgi?REQUEST=GetMap&DPI=300&…
What are the vendor parameters for QGIS server?
The following paragraphs list the vendor parameters and the environment variables supported by the server. In the WMS GetMap request, QGIS Server accepts a couple of extra parameters in addition to the standard parameters according to the OGC WMS 1.3.0 specification:
How to pass a SLD document to MapServer?
There are two ways a WMS request can pass an SLD document with a GetMap request to MapServer: SLD parameter pointing to remote SLD (SLD=http://URL_TO_SLD). SLD_BODY parameter to send the SLD definition in the URL. These two methods are both available through MapServer.
What are the parameters in QGIS getfeature request?
In the WFS GetFeature request, QGIS Server accepts two extra parameters in addition to the standard parameters according to the OGC WFS 1.0.0 specification: GeometryName parameter: this parameter can be used to get the extent or the centroid as the geometry or no geometry if none if used (ie attribute only).
How to change the default per QGIS project?
You can change the default per QGIS project in the OWS Server ‣ WMS capabilities menu of the Project ‣ Project Properties dialog. If you want to override it in a GetMap request you can do it using the IMAGE_QUALITY parameter:
What are the parameters in the WMS getmap request?
In the WMS GetMap request, QGIS Server accepts a couple of extra parameters in addition to the standard parameters according to the OGC WMS 1.3.0 specification: DPI parameter: The DPI parameter can be used to specify the requested output resolution. OPACITIES parameter: Opacity can be set on layer or group level.