23c2aa54d09f23dabea593498b64249cf3c7e8ad
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
Languages
JavaScript
82.6%
CSS
13.8%
Shell
2.2%
Dockerfile
1.4%