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
We lack of a way to display vector tile geometries depending zoom level. (except using rasterization with ColorLayers)
It would be nice to be able to refine geometries when zooming in. Here is the usual GIS data tiling schema for clarity :
Right now, FeatureGeometryLayers only request data once, at the layer min zoom level. If no min level is set, the data will be loaded with poor precision and will never refine. But setting a min level makes the layer disappear when dezooming, which is annoying when dealing with large-scale datasets.