js-markerclusterer
js-markerclusterer copied to clipboard
Create and manage clusters for large amounts of markers
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...
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),...
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...
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...
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...
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...
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...