https://github.com/springmeyer/tilelite
Simple python tile server
https://github.com/springmeyer/tilelite
Last synced: 4 months ago
JSON representation
Simple python tile server
- Host: GitHub
- URL: https://github.com/springmeyer/tilelite
- Owner: springmeyer
- License: bsd-3-clause
- Created: 2013-09-23T20:12:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T21:29:46.000Z (over 8 years ago)
- Last Synced: 2025-04-19T21:27:02.827Z (about 1 year ago)
- Language: Python
- Size: 353 KB
- Stars: 35
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# TileLite
A lightweight, multi-process, tile-server using Mapnik.
A gateway tool to [TileStache](http://tilestache.org/) or [TileCache](http://tilecache.org).
## Status
- Written originally in 2008/2009 (first release was May 3rd 2009) and versioned at https://bitbucket.org/springmeyer/tilelite
- Moved from https://bitbucket.org/springmeyer/tilelite to github in 2013
- Not currently developed or maintained.
## 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 [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.