rorystephenson / supercluster_dart

A port of MapBox's javascript supercluster library for fast marker clustering.
ISC License
2 stars 3 forks source link

Fix bug where existing points are not removed when calling load() on SuperclusterMutable #4

Closed rorystephenson closed 1 year ago

rorystephenson commented 1 year ago

SuperclusterMutable now removes existing points when calling load(). This was the documented behaviour but there was a bug in the implementation.

Fixes #3 .