tilezen/tileserver

Name: tileserver

Owner: Tilezen

Description: A lightweight tileserver to share code paths with tilequeue for tile generation.

Created: 2015-07-15 19:48:00.0

Updated: 2018-05-17 20:13:02.0

Pushed: 2017-11-21 19:30:29.0

Homepage:

Size: 199

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

tileserver

A lightweight tileserver to share code paths with tilequeue for tile generation.

Installation

We recommend following the vector-datasource installation instructions.

There is a requirements file that can be used to install.

pip install -Ur requirements.txt

Then:

python setup.py develop
Installation (detailed)

In addition to the dependencies in requirements.txt, tileserver requires

These can be installed on Debian-based systems with

 apt-get install libpq-dev libgeos-c1v5

Then install the python requirements with

pip install -Ur requirements.txt

Then:

python setup.py develop
Usage
cp config.yaml.sample config.yaml
python tileserver/__init__.py config.yaml

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.