[GIS] Directly generate XYZ tiles from GeoJSON

geojsonmbtilestilesxyz

I would like to directly generate XYZ (=raster) tiles from a ~20 GB large GeoJSON file.

  • This is way too much for QGIS Tiler.

  • As another trick I've generated vector MBTiles from the GeoJSON, but sadly mbutil only produces garbage tile PNGs.

  • GeoServer randomly omits objects at higher zoomlevels, but I need to see ALL building at every zoomlevel.

Do you know any other solution for directly generating XYZ tiles?

Best Answer

I think Mapbox tool tippecanoe is what you are looking for... https://github.com/mapbox/tippecanoe

Related Question