# tilequeue
A tile generator, used by itself for asyncronous tile generation or with [tileserver](https://github.com/tilezen/tileserver/) for serving tiles.
## Installation
We recommend following the vector-datasource [installation instructions](https://github.com/tilezen/vector-datasource/wiki/Mapzen-Vector-Tile-Service).
_Note: Installation has been tested using Python 2.7 and results with other versions may vary._
In addition to the dependencies in [requirements.txt](requirements.txt), tileserver requires
PostgreSQL client-side development library and headers (for psycopg)
GEOS library
These can be installed on Debian-based systems with ` sudo apt-get install libpq-dev libgeos-c1v5 `
Then install the python requirements with
pip install -Ur requirements.txt
Then:
python setup.py develop
## Configuration
See [config.yaml.sample](https://github.com/tilezen/tilequeue/blob/master/config.yaml.sample)
## Layer definitions
To understand the language tilequeue layer definitions, it’s best to look at the [Tilezen vector-datasource](https://github.com/tilezen/vector-datasource)
## License
Tilequeue is available under [the MIT license](https://github.com/tilezen/tilequeue/blob/master/LICENSE.txt).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tilequeue-1.9.1.tar.gz.
File metadata
- Download URL: tilequeue-1.9.1.tar.gz
- Upload date:
- Size: 67.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bcdbc98c73126155f214d5d8f6b53e9a5f98da0562ead4b9976f3178660255a
|
|
| MD5 |
4c705d4a712b2b4b4560311e62a279df
|
|
| BLAKE2b-256 |
8641563cad339a7643232a54b5aa1b4bea40a05c710e84e989cac64508288c59
|