3liz / lizmap-plugin

Lizmap plugin for QGIS, allowing to publish QGIS maps to Lizmap Web Client
https://www.lizmap.com/
GNU General Public License v2.0
61 stars 30 forks source link

Correct entry of the Google API key #585

Closed guenterw closed 3 weeks ago

guenterw commented 4 weeks ago

Since qgis plugin version 4.3.15 the Google key is required in the plugin. Previously, this was sufficient in the JS script (GoogleStreetView.js) Is the input in this form correct?

image

I still get the error message:

image

It does not work with 'xxx' either. Is this user error or bug? The JS script GoogleStreetView.js still works as usual in version 3.6.13 and 3.7.8

Gustry commented 3 weeks ago

Indeed, that's was a bug. It's mainly related to the new server version https://github.com/3liz/qgis-lizmap-server-plugin/releases/tag/2.9.4 which is checking API keys and discard layers if needed.