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

Map visualizer - clustering issues #8

Open
jirihelmich opened this issue May 10, 2016 · 2 comments
Open

Map visualizer - clustering issues #8

jirihelmich opened this issue May 10, 2016 · 2 comments
Labels

Comments

@jirihelmich
Copy link

I have e.g. this setup of the filtering:

image

If I select the Chickens item and click refresh, it's OK. But then, when I deselect and click refresh again, the cluster goes through many states. It seems that you are removing markers one by one and the map is re-rendering the cluster after each removal. The cluster size is slowly decreasing as it finally disappears.

You need to remove those markers at once (in terms of clustering cycles).

@jirihelmich
Copy link
Author

jirihelmich commented May 10, 2016

  • Also, no loader is visible during the update of the screen.

@tobice
Copy link
Owner

tobice commented Jul 13, 2016

This is a problem of the underlying Google Maps React library. It should be fixed in the upcoming version. Ideally, the screen should update immediately so there is no need for a loader. As of the HTTP request, the "Refresh map" button serves as an indicator.

@tobice tobice added the later label Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants