Philippe Clastre
Philippe Clastre
I have the same issue. If i change the qgis-server version in my docker-compose file, i can load and correctly display old qgis project (made with qgis 2.14) I checked...
Here is the docker-compose.yml file version: '2' services: #---Lizmap & Qgis-server------------- lizmap: image: jancelin/docker-lizmap:latest restart: always ports: - 81:80 - 443:443 volumes: - /home/donnees/source_ar/0_InterfacesWeb/lizmap_data:/home - /tmp/lizmap_config:/var/www/websig/lizmap/var - /tmp/lizmap_tmp:/tmp links: -...
with 2.14LTR qgiserver, It returns a long xml files (layers list, bouding box, project title ...) with 2.18 qgiserver, the returned error is: This XML file does not appear to...
no. It was made with the Qgis 2.14
I have exactly the same error message: Service unknown or unsupported
By the way, the 2.18 project i just tested is loading fine in an old 2.14 lizmap+qgisserver container. So, i cannot incriminate the project itself
The container is running CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4d6768091e1d jancelin/docker-lizmap:latest "/bin/sh -c /start.sh" About an hour ago Up About an hour 0.0.0.0:443->443/tcp, 0.0.0.0:81->80/tcp dockerlizmapmaster_lizmap_1 05f10c323d4b jancelin/qgis-server:2.18-wfsOutputExtension...
Yes. Otherwise, the project file is not found and i get an error : Project file error
**YES !!** The lizmap web client 3.2pre180202 works fine with qgiserver 2.18LTR container, even for older projects (built with a qgis 2.14 ) Thank you for this help Yes you...
Julien AS i was allready on the latest version of docker-lizmap, i deleted every thing (containers & docker-lizmap image) and simply ran the following command docker-compose up –d And my...