tippecanoe

Build vector tilesets from GeoJSON features for maps

brewmacoslinux
Try with needOr install directly
Source

About

Build vector tilesets from collections of GeoJSON features

Commands

tippecanoe

Examples

Convert a GeoJSON file into vector tiles$ tippecanoe -o output.mbtiles input.geojson
Create tiles with custom zoom levels and feature limits$ tippecanoe -o tiles.mbtiles -z 14 -Z 3 -r 2.5 features.geojson
Merge multiple GeoJSON files into a single tileset$ tippecanoe -o merged.mbtiles file1.geojson file2.geojson file3.geojson