Alex
Alex

Reputation: 2479

Partial update of mapbox tileset

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

Answers (2)

zelusp
zelusp

Reputation: 3708

I think what you're after is Mapbox's tippecanoe.

Upvotes: 1

Steve Bennett
Steve Bennett

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

Related Questions