/TirexStache

Tirex backend for rendering TileStache layers

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TirexStache is a Tirex backend to render TileStache layers

  • setup Tirex http://wiki.openstreetmap.org/wiki/Tirex
  • see configuration and comments in __init__.py
  • change paths in renderer (this is the executable called by tirex-backend-manager)
  • change 'path' in cfg/renderer/stache.conf to point to 'renderer'
  • cfg contains an example configuration for osm-proxy and vector-tiles.
  • test the setup with:
sudo -u tirex tirex-master -d [-c ./cfg]
sudo -u tirex tirex-backend-manager -d [-c ./cfg]
tirex-batch --prio=1 map=proxy z=0 x=0 y=0
tirex-batch --prio=1 map=vtm z=0 x=0 y=0
find /var/lib/tirex/tiles/

The vector-tiles provider is available at: https://github.com/opensciencemap/TileStache/tree/master/TileStache/OSciMap4