de60a0a07611cdd4d8e07d31a5a3477c6f9d64c1
TileServer GL
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%