Skip to content

opengisch/qgis-server-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 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 map from a set of layers
  • extract vector features

All configuration happens at runtime through a lean interface at runtime.

It is backed by Redis as a queue system.

Quick start

docker run --rm -d -p 1234:6379 --name qsl-redis redis
docker run -ti --rm --net host --name qsl opengisch/qgis-server-light:latest

In case you have local geodata which is used in your QGIS projects, you need to make it available to QGIS-Server-Light through a volume mount:

docker run -ti --rm --net host --name qsl -v <local-path-to-your-qgis-projects>:/io/data opengisch/qgis-server-light:latest

Documentation

The complete documentation is available at the documentation.

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors