# 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).
Release files for tilequeue 1.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tilequeue-1.9.1.tar.gz | 67.3 kB | Details |
Release files / tilequeue-1.9.1.tar.gz
| Download URL | tilequeue-1.9.1.tar.gz |
|---|---|
| Size | 67.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bcdbc98c73126155f214d5d8f6b53e9a5f98da0562ead4b9976f3178660255a
|
|
BLAKE2b-256 checksum How to use checksums |
8641563cad339a7643232a54b5aa1b4bea40a05c710e84e989cac64508288c59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |