js-markerclusterer
js-markerclusterer copied to clipboard
Create and manage clusters for large amounts of markers
Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.20.2 to 2.21.4. Release notes Sourced from @googlemaps/jest-mocks's releases. v2.21.4 2.21.4 (2023-11-30) Bug Fixes polygon.getPath() should return an MVCArray (#572) (3357752) v2.21.3 2.21.3 (2023-11-30) Bug Fixes add...
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 2.0.2 to 3.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
**Is your feature request related to a problem? Please describe.** When i build my Angular project there is a warning about fast-deep-equal because it is a commonJS/AMD module whcih can't...
Fixes #724 , #803 --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ X ] Make sure to...
This PR fixes the unnecessary rerendering of clusters when nothing has changed. Fixes #801 🦕 The fix is pretty simple, just compare the amount of clusters from before and after...
### Steps to reproduce 1. use MarkerClusterer 2. Optional: use vector maps with fractional zoom and animated cluster markers to see the effect even more 3. clusters get rerendered when...
This is the solution to a problem iv had for a couple of months now, I just cant seem to figure out how i can actually use marker clusterer on...
When clicking on the markercluster, the number of clusters is displayed incorrectly, but if you move the map, the error disappears and the number of clusters corresponds to the number...
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** would be super nice to have a "dist"...
As of today the stats are computed eagerly as they are constructed: https://github.com/googlemaps/js-markerclusterer/blob/e8eecf49b1d1f59579f3316c705f2c131b796560/src/renderer.ts#L35-L50 That's wasted CPU cycles when the stats are not required (i.e. with a custom renderer). We should...