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

Fix for multiple spirals on map #194

Closed
wants to merge 4 commits into from
Closed

Conversation

irenmax
Copy link

@irenmax irenmax commented Oct 17, 2020

This PR fixes #177 , where Markers of spirals (markers with the exact same position) are duplicated to every other Spiral on the map. Currently, the only way to update a certain spiral is by pressing the cluster.
This also leads to the problem, that markers are displayed on the wrong position if there are multiple potential spiral clusters in the currently viewed area of the map.
With the fixes in this PR, it is possible to show the right markers on the spiral without having to press the cluster before.

Let me know if you need more information on the changes. :)

@venits
Copy link
Owner

venits commented Jan 3, 2021

I implemented those changes in 3.4.0 version of library.

Thank you so much for contributing 💕

@venits venits closed this Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clustering issues with clusters at same coordinates
2 participants