class documentation

Bundled QGIS server module

Class Variable debug QGIS_DEBUG (env. variable)
Class Variable host host to run the module on
Class Variable legend default legend settings
Class Variable maxCacheLayers MAX_CACHE_LAYERS (env. variable)
Class Variable maxRequests max concurrent requests to this server
Class Variable port port number
Class Variable searchPathsForSVG searchPathsForSVG (ini setting)
Class Variable serverCacheSize QGIS_SERVER_CACHE_SIZE (env. variable)
Class Variable serverLogLevel QGIS_SERVER_LOG_LEVEL (env. variable)

Inherited from ModuleConfig:

Class Variable enabled the module is enabled
Class Variable threads number of threads for this module
Class Variable workers number of processes for this module

Inherited from Config (via ModuleConfig):

Class Variable uid unique ID

Inherited from Data (via ModuleConfig, Config):

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
debug: int = (source)

QGIS_DEBUG (env. variable)

host: str = (source)

host to run the module on

legend: t.Optional[dict] = (source)

default legend settings

maxCacheLayers: int = (source)

MAX_CACHE_LAYERS (env. variable)

maxRequests: int = (source)

max concurrent requests to this server

port: int = (source)

port number

searchPathsForSVG: t.Optional[list[gws.DirPath]] = (source)

searchPathsForSVG (ini setting)

serverCacheSize: int = (source)

QGIS_SERVER_CACHE_SIZE (env. variable)

serverLogLevel: int = (source)

QGIS_SERVER_LOG_LEVEL (env. variable)