2016-08-24 17:05:23 +02:00
2016-08-24 16:29:49 +02:00
2016-08-24 16:28:41 +02:00
2016-03-11 11:58:36 +01:00
2016-08-23 00:32:09 +02:00
2016-07-27 12:32:53 +08:00
2016-07-20 15:18:58 -04:00
2016-06-05 16:44:27 +02:00
2016-08-24 17:05:23 +02:00
2016-08-24 14:20:16 +02:00
2016-08-24 14:22:19 +02:00

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
Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
Readme 19 MiB
Languages
JavaScript 84.2%
CSS 13.5%
Dockerfile 1.7%
Shell 0.6%