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
Is it possible to add the information of which Layer a given Feature belongs to when vt_bytes_to_geojson has the parameter layer=None?
I want to read in a .mvt file, but if I don't specify what Layer I want to read in all data gets combined into a single list of features.
This is annoying if you want to read in, but know all the Layers.
But if you don't know the Layers there is no way to examine the data and one has to fall back to mapbox_vector_tile.
Regarding this, it would be nice if the layer parameter could also be a list of layer names.
The text was updated successfully, but these errors were encountered:
Is it possible to add the information of which Layer a given Feature belongs to when
vt_bytes_to_geojson
has the parameterlayer=None
?I want to read in a .mvt file, but if I don't specify what Layer I want to read in all data gets combined into a single list of features.
This is annoying if you want to read in, but know all the Layers.
But if you don't know the Layers there is no way to examine the data and one has to fall back to
mapbox_vector_tile
.Regarding this, it would be nice if the layer parameter could also be a list of layer names.
The text was updated successfully, but these errors were encountered: