Mapbox Tiling Service
walkerke opened this issue · 2 comments
walkerke commented
Mapbox has just rolled out its new Mapbox Tiling Service which promises to convert massive amounts of geodata to vector tiles quickly. Right now, we handle this with upload_tiles()
, optionally used with tippecanoe()
. MTS appears more straightforward as it doesn't require a number of the intermediary step.
Using this service requires a tileset recipe, which can get reasonably complicated (and replicates some of the functionality in tippecanoe). I'd like to add to add this to the package eventually, so bookmarking this here.
walkerke commented
Long time coming but this is moving forward over in the mts
branch: https://github.com/walkerke/mapboxapi/blob/mts/R/mts.R