Skip to content

nbdy/MapRenderCache

Repository files navigation

MapRenderCache

features

  • rendering
  • caching
  • python bindings

install

pip3 install MapRenderCache

usage

from MapRenderCache import MapRenderCache

stylesheet = "mapnik.xml"
caching_directory = "/tmp/cache"
tile_width = 512
tile_height = 512
cache = MapRenderCache(stylesheet, caching_directory, tile_width, tile_height)

# This will create a directory 'cache' in the current working directory
# cache = MapRenderCache(stylesheet, tile_width, tile_height) 

About

cpp mapnik render cache with python bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors