mapbox / supercluster

A very fast geospatial point clustering library for browsers and Node.
ISC License
2.08k stars 298 forks source link

Add deep clone for cluster mapping #216

Open mrkwanzaa opened 1 year ago

mrkwanzaa commented 1 year ago

This closes #215 by adding a simple deep clone algorithm and using that in _map

oscarfonts commented 6 months ago

I just came across this same issue, and the patch proposed in this PR fixes it.

It doesn't have a performance impact (according to npm run bench numbers), and it has no dependencies.

How can I help getting this merged?

Thanks.