springmeyer / tilelite

Simple python tile server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TileLite

A lightweight, multi-process, tile-server using Mapnik.

A gateway tool to TileStache or TileCache.

Status

Depends

  • Python 2.x
  • Mapnik (>= 2.x) and a Mapnik xml mapfile you wish to serve.

Installing

git clone https://github.com/springmeyer/tilelite.git
cd tilelite
sudo python setup.py install

Usage

liteserv.py <xml> [options]
  • Can be deployed with apache + mod_wsgi using one thread and many processes.
  • Able to read from an optional configuration file for customization of various rendering and caching parameters.

Configuration

See the notes in the 'docs' folder and the sample 'tilelite.cfg' in the 'utils' folder.

About

Simple python tile server

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%