mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.71k stars 430 forks source link

Generating TileJSON file #967

Open conotto opened 1 year ago

conotto commented 1 year ago

Hi, Can anyone point me in the right direction on how i can generate a tilejson file. I am currently running tippecanoe -z${MIN_ZOOM} -z${MAX_ZOOM} --drop-densest-as-needed --detect-shared-borders --no-tile-stats --read-parallel -e ${BASEDIR}/tiles/planet This generates a folder with all the pbf files and metadata.json

How would i generate a TileJSON file from here ?

Thanks