js-markerclusterer icon indicating copy to clipboard operation
js-markerclusterer copied to clipboard

Create and manage clusters for large amounts of markers

Results 90 js-markerclusterer issues
Sort by recently updated
recently updated
newest added

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

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-serve&package-manager=npm_and_yarn&previous-version=2.0.2&new-version=3.0.0)](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`. [//]: #...

dependencies

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

type: feature request
priority: p1

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

type: bug
triage me

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

type: question

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

type: bug
priority: p2

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

type: feature request
priority: p3

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

good first issue
type: feature request
priority: p3