Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuperClusterAlgorithm keeps displaying cluster at maximum zoom level #647

Open
askurat opened this issue May 25, 2023 · 2 comments
Open
Assignees
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@askurat
Copy link

askurat commented May 25, 2023

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.)

164112213-4a8de51c-cb49-4c93-87bb-d2ba97d048f3

@askurat 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
@wangela
Copy link
Member

wangela commented May 25, 2023

If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.

@askurat Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@vicb vicb mentioned this issue Jun 13, 2023
@mvk86
Copy link

mvk86 commented Sep 20, 2023

Hello @askurat

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants