Mapbox has limitations (such as zoom level 11 for road-street). I'm wondering how I can change that to 10. I want to use the same Mapbox-Streets-v8 tileset, just change that one zoom extent.
I have seen a bunch of answers involving MTS/tippecanoe, and gone through the tutorials on MapBox's website. I know I can create a tileset from scratch using data. But is there a way for me to replicate MapBox's streets-v8 and modify the zoom extent of roads, without having to recreate the entire tileset?
You can achieve this in two ways
road network
component and change the zoom extent for road-streetbut by doing this the ejected layers will be ungrouped and you'll need to group it again(if you want)