You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec does not currently support any way to describe the layers contained within the tiles. This means that the client has to "somehow know" which layers exist. IMHO this kind of metadata makes a lot of sense to include.
Both Mapbox's API and the tile server Tessera uses the "vector_layers" property for this purpose:
Mapbox's API includes source and source_name properties on individual layers. (The former for the case where a multiple sources are being combined in one query, I presume).
I'm happy to write this up as a PR if desirable.
The text was updated successfully, but these errors were encountered:
The spec does not currently support any way to describe the layers contained within the tiles. This means that the client has to "somehow know" which layers exist. IMHO this kind of metadata makes a lot of sense to include.
Both Mapbox's API and the tile server Tessera uses the "vector_layers" property for this purpose:
Mapbox's API includes
source
andsource_name
properties on individual layers. (The former for the case where a multiple sources are being combined in one query, I presume).I'm happy to write this up as a PR if desirable.
The text was updated successfully, but these errors were encountered: