Skip to content

mapcherry/vt-pbf-viewer

Repository files navigation

Vector Tile PBF viewer

The tool helps you plot one pbf file containing data encoded with Mapbox Vector Tile specification

Data from PBF is plotted on a canvas.

Demo

Check the live working demo https://mapcherry.github.io/vt-pbf-viewer/

Canvas representation of pbf

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint