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
I would like to have points clustered except on last zoom level.
-zG is not precise enough since it leaves some features clustered.
I would like to be able to specify something like --max-zoom=12 --max-cluster-zoom=11 to indicate that above level 11 there wouldn't be clustering and to show all features.
The text was updated successfully, but these errors were encountered:
Is there a way to achieve something similar to what this parameter in Maplibre GL JS does: https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#geojson-clusterMaxZoom= ?
I would like to have points clustered except on last zoom level.
-zG
is not precise enough since it leaves some features clustered.I would like to be able to specify something like
--max-zoom=12 --max-cluster-zoom=11
to indicate that above level 11 there wouldn't be clustering and to show all features.The text was updated successfully, but these errors were encountered: