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
SuperClusterAlgorithm keeps displaying cluster and doesn't display markers at maximum zoom level. There is maxZoom which can be set, however it has no effect in SuperAlgorithm. It works as expected when using GridAlgorithm. The results are inconsistent. I seem to have this issue more when using the mouse wheel to zoom instead of double-clicking. This also seems to be more related to markers that are very close together.
I don't have an example I can show but this seems to be a similar issue as #300 but with the SuperClusterAlgorithm.
(I just used the same image from the issue I referenced above. It is actually for SuperClusterAlgorithm not GridAlgorithm.)
The text was updated successfully, but these errors were encountered:
askurat
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
May 25, 2023
If you are using the vector maps (WebGL Features of the google maps api) you should switch off the fractional zoom. Just add the following option into your map initialization isFractionalZoomEnabled: false and it should help with SuperClusterAlgorithm to work properly
SuperClusterAlgorithm keeps displaying cluster and doesn't display markers at maximum zoom level. There is maxZoom which can be set, however it has no effect in SuperAlgorithm. It works as expected when using GridAlgorithm. The results are inconsistent. I seem to have this issue more when using the mouse wheel to zoom instead of double-clicking. This also seems to be more related to markers that are very close together.
I don't have an example I can show but this seems to be a similar issue as #300 but with the SuperClusterAlgorithm.
(I just used the same image from the issue I referenced above. It is actually for SuperClusterAlgorithm not GridAlgorithm.)
The text was updated successfully, but these errors were encountered: