felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
906 stars 78 forks source link

How create parent layer with child layers from .mbtile ? #172

Closed EgorSaffrezzi closed 9 months ago

EgorSaffrezzi commented 9 months ago

I have .mbtile file , and I can use tippecanoe-decode -l transportation then get geojson file, and reset max and min zoom for layers. But geojson file merge all layers per one layer. Expected result: 1 parent "transpoer layer" and other child layers. I wanna setup different settings for highway and small roads or other layers on different zoom.

image

My result:

image