3liz / qgis-lizmap-server-plugin

QGIS Server plugin for Lizmap
GNU General Public License v2.0
6 stars 6 forks source link

API key - check for Google or Bing layers without an API key #80

Closed Gustry closed 3 months ago

Gustry commented 3 months ago

Add two new environment variables for Bing and Google layers

If not set, or set to True, an API key is required for these layers If set to False, the plugin won't check for an API key

This is removing layers if needed from GetCapabilities etc

CC @mind84 and @rldhont