An optimized approach for incrementally updating small updates for Mapbox Tileset source?
During my experiment, my case is that the initial GeoJSON data is rather large. I use Mapbox’s Tilesets CLI The GeoJSON is export to GeoJSON file and upload to Tileset source and publish for Tileset. Each day, new Geometries or changes in existing geometries must be reflected to the Tileset. So I export an entire whole GeoJSON data and upload the new GeoJSON file to the tileset.