TileServer GL

Build Status Docker Hub

Quickstart

Use npm install -g tileserver-gl to install the package from npm.

Then you can simply run tileserver-gl zurich_switzerland.mbtiles to start the server for the given mbtiles.

Alternatively, you can use tileserver-gl-light package instead, which is pure javascript (does not have any native dependencies) and can run anywhere, but does not contain rasterization features.

Or you can use docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl to run the server inside a docker container.

Prepared vector tiles can be downloaded from OSM2VectorTiles.

Documentation

You can read full documentation of this project at http://tileserver.readthedocs.io/.

Description
No description provided
Readme 3.9 MiB
Languages
JavaScript 81.9%
CSS 14.3%
Shell 2.4%
Dockerfile 1.4%