GeoJSON Vector Tiles
A highly efficient JavaScript library for slicing GeoJSON data into vector tiles (or rather their JSON equivalent) on the fly, primarily for rendering purposes.
Created to power GeoJSON rendering in Mapbox GL JS, but can be useful for other data visualization purposes.
Usage
var tileIndex = geojsonvt(geoJSON);