mapbox / tilejson-spec

JSON format for describing map tilesets.
255 stars 52 forks source link

Include per-layer min/maxzoom values in vector_layers #55

Closed mapsam closed 5 years ago

mapsam commented 5 years ago

An entire tileset has min/maxzoom, but individual layers in a vector tileset may have different min/maxzooms within the tileset's range. It can be helpful for downstream consumers of the tilejson to know where these layers are visible.

cc @samanpwbb

mapsam commented 5 years ago

Oh wait we're already documenting this in the v3 specification 😁 https://github.com/mapbox/tilejson-spec/pull/36/files#diff-361ef37dfefe492488de2a3ebd35fec6R74 - closing