supercluster icon indicating copy to clipboard operation
supercluster copied to clipboard

A very fast geospatial point clustering library for browsers and Node.

Results 44 supercluster issues
Sort by recently updated
recently updated
newest added

![ezgif com-gif-maker](https://user-images.githubusercontent.com/329887/178370696-3e3bd5c7-13cb-443e-8a7e-1b56d88bef10.gif) Any idea why?

bug

Hey team 👋 Thanks a lot for the work put on this project that I really enjoy. I would enjoy it even more if there was official TypeScript type definition...

I'm using [superclsuter](https://github.com/mapbox/supercluster) for clustering markers in react native map, what I want is to get all children from a cluster no matter what level of nesting a cluster may...

question

Hi, I've been tinkering around with supercluster and deck.gl to visualize large datasets. I'm using synthetic dataset of a 600 by 600 grid to test performance and wanted to better...

question

Hi! I recently started to get familiar with the package. Thanks for the awesome work so far! I've noticed one unexpected behavior so far which is having the point_count_abbreviated property...

bug

We are using CesiumJS (https://cesium.com/cesiumjs) for 3D visualization and we wonder whether it might be possible to use supercluster for clustering of points in 3D space (x, y, z coordinates...

question

I am trying to represent random points on a map using superclusters and mapbox. I ran into an issue while testing for the two points: ``[ -60.44, -1.77]`` and ``[-55.44,...

question

There's the `getClusterExpansionZoom` which gives the zoom level at which the existing cluster is breaking into more clusters/markers. It would be handy to be able to zoom into a marker...

enhancement

With option `minPoints: 1`, my assumption would be that a cluster could exist with 1 point in the cluster area, but since `minPoints` is 1, it would have zero neighbors....

enhancement

This is not necessarily an issue with supercluster (assuming it expects all longitudes to be within the [-180, 180] range), but it causes issues with `maplibre-gl` and `mapbox-gl`. For example,...