Map tile server for serving PBF from MBTiles
npm install tileserver-vectorA trimmed down fork of tileserver-gl for serving MBTiles and Mapbox GL styles.
Built to support serving vectortiles from http://osm2vectortiles.org/.
Install tileserver-vector from npm.
``bash`
npm install -g tileserver-vector
Clone the example containing styles and fonts compatible with osm2vectortiles.
`bash`
git clone https://github.com/osm2vectortiles/mapbox-gl-js-example.git
cd mapbox-gl-js-example
Start the tileserver.
`bash``
tileserver-vector
More information is available on tileserver-gl which we
also recommend for production usage.