docker-qgis-server icon indicating copy to clipboard operation
docker-qgis-server copied to clipboard

All that is needed to generate a proper QGIS server image

Results 26 docker-qgis-server issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/camptocamp/docker-qgis-server). ## Awaiting Schedule The following updates are...

It is unable to process the 'getprint' request, but it can handle the 'getmap' request. When I send a 'getprint' request, the following error appears: 2023-08-03 17:32:57 Application path not...

Here is my docker-compose file: ``` version: '3.7' services: qgis-server: image: camptocamp/qgis-server:3.30 volumes: - ./qgis:/etc/qgisserver ``` And here is the error I am getting: ``` AH01506: PassEnv variable _ was...

Here: https://github.com/camptocamp/docker-qgis-server/blob/071fde5430e06b582329091b7b9e205d8a6ea67a/Dockerfile#L221 Dockerfile is exposing port 8080, however Apache Server in the container listens to 80. If docker image is not run with a port setting, it does not work...

This is the same as issue #166, only on Debian. the strip command worked there as well, but whatever binaries are being produced are not compatible with the OS install....

This environment variable is listed here: https://docs.qgis.org/3.22/en/docs/user_manual/managing_data_source/opening_data.html?highlight=pgservicefile#postgresql-service-connection-file ... and mentioned here only by the way: https://docs.qgis.org/3.22/en/docs/server_manual/config.html?highlight=environment#environment-variables However the `README.md` only says that the default value of it was removed: https://github.com/camptocamp/docker-qgis-server/blob/3.22/README.md#changelog...

Pull request accepted

Can you add a license to this repo ?

Could not find in the QGIS Server documentation. May apply also to WMS, WFS, WMTS. Our QGIS Desktop version is `3.16.0-Hannover | QGIS code revision | 4af1cbfb97` Our [QGIS Server...

when project have layer from sql server? i got error 500 Layer(s) not valid

Pull request accepted