Sign inSign up

3liz/qgis-map-server

By 3liz

Updated 19 days ago

Qgis 3 HTTP/OWS server

Image
Web servers
5

100K+

3liz/qgis-map-server repository overview

Qgis HTTP/OWS server

Run a full asynchrone HTTP Qgis 3 server

Description

This is a asynchronous HTTP server written in python on top of the tornado framework.

The server may be run as a self-contained single service or as a proxy server with an arbitrary number of workers running remotely or locally. Independant workers connect automatically to the front-end proxy with no need of special configuration on the proxy side. Thus, this is ideal for auto-scaling configuration for use with container orchestrator as Rancher, Swarm or Kubernetes.

References

Quick start

docker run -p 8080:8080 \
       -v /path/to/qgis/projects:/projects \
       -e QGSRV_SERVER_WORKERS=2 \
       -e QGSRV_LOGGING_LEVEL=DEBUG  \
       -e QGSRV_CACHE_ROOTDIR=/projects \
       -e QGSRV_CACHE_SIZE=10 \
       3liz/qgis-map-server

Tag summary

Content type

Image

Digest

sha256:db9ec9a80

Size

595.5 MB

Last updated

19 days ago

docker pull 3liz/qgis-map-server:3.44