QGIS_SERVER_LIZMAP_REVEAL_SETTINGS
, read docs.lizmap.com documentationSTRICT_BING_TOS_CHECK
andSTRICT_GOOGLE_TOS_CHECK
, if set toTRUE
(the default value), an API key will be checked and required for these layers. If no API key provided in the Lizmap plugin, these layers will be discarded. If set toFALSE
, these layers will be forwarded from QGIS Server to Lizmap Web Client but these layers might not work and the TOS from these providers might not be compliant.
- All published versions are available plugins.qgis.org.
- We highly recommend to use qgis-plugin-manager to download and install.
qgis-plugin-manager install 'Lizmap server'
- and then follow the documentation about the environment variable for security in the Lizmap documentation.
- Latest release link with the full changelog from the release page
Remember that the plugin must be updated with each release of Lizmap Web Client with its latest version available.
- The
master
branch can be found on https://packages.3liz.org/ after each commits with a stable link. - Do not use the link provided by GitHub by default in the top right corner.
You can find help and news by subscribing to the mailing list: https://lists.osgeo.org/mailman/listinfo/lizmap.
For more detailed information, check the Lizmap Web Client GitHub repository.
Starting from :
- Lizmap 3.4, the plugin is highly recommended.
- Lizmap 3.6, the plugin is required.
To enable all features in Lizmap Web Client, read the documentation about the environment variable on the QGIS server side.
- lizmap/server.json
- SERVICE=LIZMAP
REQUEST=GetServerSettingsdeprecated for the JSON URL above- REQUEST=GetSubsetString
- LAYER=
- LIZMAP_USER_GROUPS=
- SERVICE=EXPRESSION
- REQUEST=VirtualFields
- VIRTUALS=
- FILTER=
- FIELDS=
- WITH_GEOMETRY=true
- REQUEST=replaceExpressionText
- STRING=
- STRINGS=
- FEATURE=
- FEATURES=
- FORM_SCOPE=
- REQUEST=GetFeatureWithFormScope
- FILTER=
- FORM_FEATURE=
- WITH_GEOMETRY=
- FIELDS=
- REQUEST=Evaluate
- EXPRESSIONS=
- FEATURE=
- FEATURES=
- FORM_SCOPE=
- REQUEST=VirtualFields
Manually running a local QGIS server :
QGIS_PLUGINPATH=/home/etienne/dev/qgis/server_plugin_git/lizmap_server/ QGIS_SERVER_LOG_FILE=/tmp/bob.txt QGIS_SERVER_LOG_LEVEL=0 QGIS_SERVER_LIZMAP_REVEAL_SETTINGS=True REQUEST_URI=/lizmap/server.json /usr/lib/cgi-bin/qgis_mapserv.fcgi