Reputation: 2479
I have a mapbox tileset with lots of small data points and I regularly need to update one data point at a time. Is it possible to programmatically update a mapbox tileset in a partial way? These instructions from the mapbox docs and this stack overflow question explain how to overwrite a tileset file. This is useful but seems like overkill if I just want to update 1 point out of thousands.
Upvotes: 0
Views: 384
Reputation: 126907
No. But probably the better way to update a source is using the tiling service API: https://docs.mapbox.com/api/maps/mapbox-tiling-service/#replace-a-tileset-source
Upvotes: 0