Skip to content

A different approach to render beautiful cartographic images as a service backed by the power of QGIS

License

Notifications You must be signed in to change notification settings

opengisch/qgis-server-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image build Docs build

QGIS-Server-Light

QGIS-Server-light is a python worker process which uses pyqgis to render a set of layers into an image. It is backed by Redis as a queue system. All configuration happens at runtime through a lean interface.

Quick start

docker run --rm -d -p 1234:6379 --name georama-redis redis
docker run --rm -e QSL_REDIS_URL=redis://localhost:1234 --net host ghcr.io/opengisch/qgis-server-light:latest

Quick start DEV

Create an .env file and put the content of .env.example into it. Adapt as needed.

docker compose up -d

Documentation

For further details and a better understanding please refer to the documentation.

About

A different approach to render beautiful cartographic images as a service backed by the power of QGIS

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages