js-markerclusterer
js-markerclusterer copied to clipboard
fix: Add `radius` property to SuperClusterViewportOptions
Fixes #724 , #803
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ X ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ X ] Ensure the tests and linter pass
- [ X ] Code coverage does not decrease (if any source code was changed)
- [ X ] Appropriate docs were updated (if necessary)
Fixes #724 , #803 🦕