Skip to content

wonder-sk/qgis-tile-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

QGIS tile server

This is an attempt to create a working map tile server based on QGIS map renderer for use in web maps. Tiles are cached in a directory structure. As a bonus, the tile server also serves home page with a map based on Leaflet. All that in about 100 lines of code!

Requirements:

  • QGIS (for rendering)
  • Flask (for server side)

How to use:

  • edit paths in the header of tileserver.py file
  • run python tileserver.py
  • in your web browser, go to http://localhost:5000/

About

Simple map tile server based on QGIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages