Plugins for extending QGIS Server for QWC.
This plugin implements FILTER_GEOM
for WMS GetMap and GetLegendGraphics. It works by injecting a corresponding FILTER
expression for each applicable layer. Currently, only postgis layers will be filtered.
This plugin returns project translations (i.e. layer and field names) read from the <projectname>_<lang>.ts
translations, also used in QGIS Desktop, plus auxiliary translations from a <projectname>_<lang>.json
for translations which are not (yet) handled by the QGIS project translation mechanism.
See translated themes documentation.
This plugin allows managing print templates as .qpt
files in a specified PRINT_LAYOUT_DIR
, which are then made available to all projects in GetPrint
requests.
See print templates documentation.
This plugin will expose categorized layer symbologies as separate layers.
See categorized layers documentation.
This plugin adds support for geotiff output to WMS GetMap.
Clears the WMS cache before GetCapabilities or GetProjectSettings requests.