Socket
Socket
Sign inDemoInstall

tilequeue

Package Overview
Dependencies
0
Maintainers
4
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tilequeue

Queue operations to manage the processes surrounding tile rendering.


Maintainers
4

Readme

tilequeue

A tile generator, used by itself for asyncronous tile generation or with tileserver for serving tiles.

Installation

We recommend following the vector-datasource installation instructions.

Note: Installation has been tested using Python 2.7 and results with other versions may vary.

In addition to the dependencies in 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

Layer definitions

To understand the language tilequeue layer definitions, it's best to look at the Tilezen vector-datasource

License

Tilequeue is available under the MIT license.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc