Skip to content

nbdy/pytilesrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytilesrv

features

  • rendering
  • caching
  • web api

install

pip3 install pytilesrv

usage

usage: pytilesrv [-h] -s STYLESHEET [--width WIDTH] [--height HEIGHT] [--host HOST] [--port PORT] [--debug] [--directory DIRECTORY]

optional arguments:
  -h, --help            show this help message and exit
  -s STYLESHEET, --stylesheet STYLESHEET
                        Path to the mapnik xml stylesheet
  --width WIDTH         Width of the tiles
  --height HEIGHT       Height of the tiles
  --host HOST           Host to listen on
  --port PORT           Port to listen on
  --debug               Enable debug mode
  --directory DIRECTORY
                        Directory to store the tiles in

About

python mapnik tile server and cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages