-
-
Notifications
You must be signed in to change notification settings - Fork 99
Labels
Description
Describe the bug
According to the documentation, disableClusteringAtLevel should disable clustering when the zoom level reaches or exceeds the specified value. However, this only takes effect when the zoom level changes, not when nodes are initially rendered.
Steps To Reproduce
- Open the clustering example.
- Set
disableClusteringAtLevel = 0in the configuration. - Start the server and open the example in the browser.
- Notice that clusters are still formed initially. Changing the zoom level updates the behavior correctly.
Expected behavior
Clustering should be disabled from the initial render when disableClusteringAtLevel is set, without requiring a zoom level change. Nodes should appear unclustered as per the provided configuration.
Screenshots