3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Use docker qgis-server with flat lizmap install #7

Closed Ailurupoda closed 4 years ago

Ailurupoda commented 4 years ago

Hi, I have installed a Lizmap on my server and i would like to use a docker for my qgis-server.

I manage to get my qgis-server running and i'm able to join data using my qgis-server. But when i'm using it with Lizmap, i get no values. The problem seems to be on the URL that Lizmap uses to generate the data from qgis-server. It founds nothing.

What parameter can i modify to get the right URL generated by Lizmap ?

On the admin panel i already changed the url using http:server:host/ows/ Any other stuff to do to get docker matching a fresh installed Lizmap ? I'm using Lizmap 3.3.3 and Docker 3.4/3.8

Thanks in advance