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
Mapbox does not seem to be honoring supercluster clusters (or there's a bug in supercluster) at some zoom levels.
mapbox-gl-js version: 3.7.0
browser: All
Steps to Trigger Behavior
Max Zoom set to 21
Cluster Max Zoom set to 21
Cluster Radius set to 50
The features set contains some points in the exact same location.
When reaching zoom level 20 the 4 points cluster should be divided in 2 subclusters but it doesn't.
Google Maps which uses the same supercluster library correctly divides the clusters at all zoom levels, the only big difference seems to be that it uses getClusters instead of getTile.
Mapbox does not seem to be honoring supercluster clusters (or there's a bug in supercluster) at some zoom levels.
mapbox-gl-js version: 3.7.0
browser: All
Steps to Trigger Behavior
Max Zoom set to 21
Cluster Max Zoom set to 21
Cluster Radius set to 50
The features set contains some points in the exact same location.
When reaching zoom level 20 the 4 points cluster should be divided in 2 subclusters but it doesn't.
Google Maps which uses the same supercluster library correctly divides the clusters at all zoom levels, the only big difference seems to be that it uses getClusters instead of getTile.
For more specific details see the links below.
Link to Demonstration
Mapbox: https://jsfiddle.net/yhd8491q
Google Maps: https://jsfiddle.net/zdonchu6
Expected Behavior
Clusters should be divided according to supercluster computation
Actual Behavior
Clusters are not divided according to supercluster computation
The text was updated successfully, but these errors were encountered: