tilelive

Lightweight WSGI tile-server, written in Python, using Mapnik rendering and designed to serve tiles in the OSM/Google scheme
Download

tilelive Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Dane Springmeyer and Tom MacWright
  • Publisher web site:
  • http://github.com/tmcw/

tilelive Tags


tilelive Description

Lightweight WSGI tile-server, written in Python, using Mapnik rendering and designed to serve tiles in the OSM/Google scheme tilelive is an ultra lightweight Mapnik tile-server written as a WSGI (Web Server Gateway Interface) application.This is a branch of TileLite - it significantly changes the way that tiles are requested and data is stored. The main TileLite branch works as a traditional tile server - the user specifies a Mapnik XML file or Cascadenik file at startup and datasources are initialized at that point.In contrast, this branch doesn't require a mapping server to intially contain any layer configuration, data, or mapfiles. Instead, the data and mapfile for each request is specified *within the tile URL*. Performance is ensured by caching, so that tile requests of this type are typically as fast as the other system, and further performance tweaks make this branch faster in certain cases. However, it is necessary to underline the fact that the schemes for requesting tiles for the two applications are different and incompatible.Installation and Running1. Download this repository as a zip or hg checkout.2. `python setup.py install`3. `tilelite.py` Requirements: · Python · Mapnik


tilelive Related Software