-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Marker clustering #837
Comments
It would be nice to support it in a plugin, but the difficulty here is that we need to hook it up to worker code where the clustering would happen (in the same thread where tiles are processed and buffers are built). Is it possible to do that externally? Probably not.
Are we ready to support the server-side clustering use case? That would be a lot of work across the stack I guess... |
@stepankuzmin what's the source of the data here? |
Hi, @mourner! It's GeoJSON source. |
@stepankuzmin take a look at symbol properties here https://www.mapbox.com/mapbox-gl-style-spec/#symbol. It's not clustering, it's collision avoidance. |
Oh, I see. Thanks for reply, @mourner! Btw, is there are any plans for leaflet-like markers styling? I saw #1260 and #656, so maybe it would be something like |
Happening in #1931 |
Yes, it's that issue you were kind of thinking of and expecting, I'm posting it.
The text was updated successfully, but these errors were encountered: