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
Sometimes clustered markers do not spiderfy when clicked.
The root cause is that each cluster has a property, "maxExpansionZoom". This property is compared to the current map zoom level to decide when the cluster will expand, i.e. not a cluster anymore.
In the _handleClick() function of GeoJSON component, it is compared to the maxZoom property of SuperClusterOptions.
The text was updated successfully, but these errors were encountered:
Sometimes clustered markers do not spiderfy when clicked.
The root cause is that each cluster has a property, "maxExpansionZoom". This property is compared to the current map zoom level to decide when the cluster will expand, i.e. not a cluster anymore.
In the _handleClick() function of GeoJSON component, it is compared to the maxZoom property of SuperClusterOptions.
The text was updated successfully, but these errors were encountered: