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

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

**EDIT: This is the lat=0/long=0 error found in other issues. I filtered those markers out and everything printed.** This issue may be closed. Hello. We are working on changing over...

type: question
triage me

Use null check to prevent 0 value to be falsy. Also, the code `new google.maps.LatLng(null);` return a marker with the coordiate (NaN, 0) and it break the SuperCluster algorithm. Before...

Markers at the coordinates 0, 0 are not clustered and it breaks clustering for other valid markers when multiple are present. In my testing, after 65 markers at (0, 0),...

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.15.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.15.0 7.15.0 (2024-07-01) πŸš€ Features eslint-plugin: [array-type] detect Readonly<string[]> case (#8752) eslint-plugin: back-port new rules around empty object...

dependencies

Whether to re-cluster on zoom is determined by the fractional zoom value here: https://github.com/googlemaps/js-markerclusterer/blob/c5cdf54500f78c44f938a9ac6e67f6e2ec807e5f/src/algorithms/supercluster.ts#L76 however the clusters are calculated using a rounded integer value here: https://github.com/googlemaps/js-markerclusterer/blob/c5cdf54500f78c44f938a9ac6e67f6e2ec807e5f/src/algorithms/supercluster.ts#L92 This means if our...

Not really a feature request per se, just a note to let others know that this [Grid Clusterer](https://github.com/bdcoder2/grid_clusterer) has been updated. In case others are looking for other clustering options...

type: feature request
triage me

I installed the library "@googlemaps+markerclusterer" in a Nuxt 3 application and I have this problem during prerender. #### Stack trace ``` ERROR Named export 'MarkerClusterer' not found. The requested module...

type: bug
triage me

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.3.2. Release notes Sourced from prettier's releases. 3.3.2 πŸ”— Changelog 3.3.1 πŸ”— Changelog 3.3.0 diff πŸ”— Release note 3.2.5 πŸ”— Changelog 3.2.4 Fix .eslintrc.json format...

dependencies

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update...

dependencies