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

When the infoWindow of a marker is visible and we click on a cluster somewhere else on the map, the map zooms and centers on the marker with infoWindow instead...

type: bug
triage me

I have a map with marker clustering and bounds restrictions enabled. However, when I click on the marker cluster, instead of zooming in on the cluster, it zooms in on...

type: bug
triage me

hey, i would like to use all supercluster options described here: https://github.com/googlemaps/js-markerclusterer/blob/68f10c5/src/algorithms/supercluster.ts#L33 for example, this is what worked for me, maxZoom and radius. `const algorithm = new markerClusterer.SuperClusterAlgorithm({ maxZoom: 12,...

I believe there is some lost behaviour between [@googlemaps/markerclustererplus](https://www.npmjs.com/package/@googlemaps/markerclustererplus) and [js-markerclusterer](https://github.com/googlemaps/js-markerclusterer) the clusters returned from [@googlemaps/markerclustererplus](https://www.npmjs.com/package/@googlemaps/markerclustererplus) will also return a cluster for single markers. This allows me to set the...

type: bug
triage me

In the previous library, @googlemaps/markerclustererplus , has a feature to calculate custom count on cluster const calculator = (markers)=>{ // By default I got markers listing ..... } FOR EXAMPLE:-...

type: bug
triage me

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 7.9.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do...

dependencies

It does not seem to render starting at zoom 4. But I need zoom 3 for the world view. Does it somehow ignore/filter out or not get viewport at these...

type: bug
triage me

Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...

**Is your feature request related to a problem? Please describe.** To avoid having the recreate the renderer just to be ab le to change the color, letting user change those...

type: feature request
triage me

The previous marker clusterer had an option to ignoreHidden, which I presume was a check for whether the marker was visible. With the new AdvancedMarkerElements, the only way to hide...

type: feature request
triage me