-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clustering customization #429
Comments
I'm using ngx-maplibre which uses supercluster under the hood, I think supercluster is a good way to add this capabilities without adding it to this repo. Am I missing anything? |
I didnt even think of the supercluster, that would be nice to add it there. Because as i checked last time, the coverage i just didnt find. |
Its not going to be implemented. So there is that :) closing the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Make clustering more customizable for end user.
Design
Based on this plugin for leaflet, functionality wise:
https://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html
Implementation
Based on this plugin for leaflet:
https://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html
could be done the clustering coverage (on/off/hover/click) + more options for developers to tweak clusters.
The text was updated successfully, but these errors were encountered: