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

It would be benefical to have a `` component. Need to consider if a prop of markers would be better or a child `` components.

type: feature request
priority: p3

Looks like the markerclusterer misses maxZoom option. It is there in the comments. But no footprint in the code. https://github.com/googlemaps/js-markerclusterer/blob/ba991e3e5654cea7bee8c828aaa5c30e2f308574/src/markerclusterer.ts#L74

type: bug
triage me

Hi, I had read your note. I have a problem when I used both @googlemaps/markerclusterer and nuxt 3, and I don't know where the error comes from. When I write...

type: bug
triage me

In the migration section, the package name was misspelled. Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to...

When zooming out around when you can see two continents, the markers disapperas for the three algorithms GridAlgorithm, KmeansAlgorithm and DBScanAlgorithm. This can easily be seen in the algorithm demo....

type: bug
priority: p3

Hello @jpoehnelt, Is there a reason why 2 months ago (#60, src/algorithms/supercluster.ts:96), you switched the bounding box for getClusterer() in the SuperClusterer algorithm from a dynamic `[west, south, east, north]`...

type: bug
triage me

https://codesandbox.io/s/competent-newton-v1mpo 50,000 markers out of memory browser crash click on two clusters click drag right page becomes unresponsive in both chrome & firefox ![snap](https://user-images.githubusercontent.com/93934884/149841989-32bedafb-9619-47b9-84d3-e221a8eb70fb.png) https://user-images.githubusercontent.com/93934884/149842572-18ffd839-8ba7-4d6d-8e29-11994d80e641.mp4

First issue is I'm not sure how I can set the zoomOnClick, gridSize, etc in the new version. I am able to get my markers to show though on the...

type: question
triage me

Hi, I'm currently building an interactive map with markers. So my code is adding a map with various markers, then adding a clustering and everything is working fine. Issue is...

type: bug
triage me

Currently `idleListener` is a `protected` property, so markerclusterer instances _always_ call `render()` on map `idle` events whenever attached to a map. However sometimes this behavior isn't desirable. With large datasets...

type: feature request
triage me