Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

osm2vectortiles/tileserver-gl-light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

The source code is now part of the original TileServer GL repo: https://github.com/klokantech/tileserver-gl

A light variant of tileserver-gl for serving MBTiles with predefined Mapbox GL styles. Built to support serving vector tiles from OSM2VectorTiles to modern client.

This trimmed tileserver does not contain server side rendering into raster tiles for legacy clients, GIS and printing, but it is easier to install and without any binary dependencies in npm. It runs everywhere where node.js runs.

For production deploy check the tileserver-gl project and manual.

Get Started

Install tileserver-gl-light from npm.

npm install -g tileserver-gl-light

Now download vector tiles from OSM2VectorTiles.

curl -o zurich_switzerland.mbtiles https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v2.0/extracts/zurich_switzerland.mbtiles

Start tileserver-gl-light with the downloaded vector tiles.

tileserver-gl-light zurich_switzerland.mbtiles

Style and glyphs

The used styles are derived from Mapbox Open Styles and are maintained as npm dependency in a separate repo.

About

PROJECT MOVED: Server for hosting maps powered by vector tiles and JSON GL styles. Based of tileserver-gl.

Resources

Stars

Watchers

Forks

Packages

No packages published