react-leaflet-cluster icon indicating copy to clipboard operation
react-leaflet-cluster copied to clipboard

React-leaflet-cluster is a plugin for react-leaflet. A wrapper component of Leaflet.markercluster.

Results 12 react-leaflet-cluster issues
Sort by recently updated
recently updated
newest added

I'm struggling to squeeze performance out of the marker cluster in a situation where it shouldn't even be rerendering. ``` {filteredMarkers?.map((c) => ( ))} ``` filteredMarkers is an array which...

I have a problem when component is re-render because of the assignment of cords to url. By that, my popups flash on the map as many times as re-render occurs....

I import the library: `import MarkerClusterGroup from 'react-leaflet-cluster'` then use it: ``` {markerIds.map((markerId) => ( ))} ``` and it works locally with `vite` but if I do `vite build` I...

Hi, the area covered by a cluster is shown on hover - it would be possible to add an always-visible coverage? That would be very useful! Thanks

This changes the `React` and `Leaflet` imports to improve intellisense for JavaScript projects. Previously, the only prop shown in intellisense was `key`, now all of them will be shown.

When I load up the 10000 markers example it says Maximum call stack size exceeded

Hi there, Is there a way to use this package within a NextJS app ? I cannot use it without receiving this error : `Global CSS cannot be imported from...

Standard installation in Next.js app results in import error https://nextjs.org/docs/messages/css-npm

When interrupting a map.flyTo call. (through clicking and zooming) the markers don't get clustered. ![grafik](https://user-images.githubusercontent.com/36416163/232346465-8b475b4e-c1c2-4c69-8da2-7e4c626ce7e7.png)

Hello @akursat @prorokky , i am having trouble rendering the updated layers with the marker cluster, i have tried updating the key to force re render but it is affecting...