js-markerclusterer
js-markerclusterer copied to clipboard
Create and manage clusters for large amounts of markers
Hi. There does not seem to be a way to attach events other than click to clusters. What I want is to show an infobox or similar listing the places...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.1.1 to 4.1.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by diemol, a new releaser for selenium-webdriver since your...
Bumps [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) from 3.49.1 to 3.50.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The SuperCluster algorithm is receiving a static bounding box of `[-180, -90, 180, 90]`. This is causing performance issues when dealing with larger marker counts or when you are zoomed...
Hi! After replacing @googlemaps/js-markerclustererplus we have noticed a massive slowdown when it comes to rendering and re-rendering marker clusters. This issue appears when there are more than 10k markers. With...
On maps with only a small amount of clusters, it often happens that all clusters are redrawn upon zoom, even though nothing has changed. The resulting flickering looks very buggy...
When adding new marker to the clusterer (at least when clusterer is not visible, map is zoomed in), then zooming out to show clusters, the marker seems not to be...
Hi! As you can see in the video, the marker animation (bounce animation in this case) is removed once you zoom in or out. After I zoom in, markers that...
HI, I've switched to the new version of this and it does work, but I'm having difficulty styling the clusters whereas I managed easily with the old version. In the...
I am using https://unpkg.com/@googlemaps/markerclusterer/dist/index.min.js CDN approach When my map displays sometimes it will show the background tiles, and sometimes it doesn't. You have to manually resize the browser for it...