-
Notifications
You must be signed in to change notification settings - Fork 505
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
iconCreateFunction does not work when used in leafletProxy #420
Comments
Agree & can reproduce. Feel invited to view my post here: https://stackoverflow.com/questions/47922951/does-markercluster-work-together-with-leafletproxy-and-option-iconcreatefuncti |
I am experiencing the same problem. Have someone come up with a solution? Thanks! |
I've found the same problem. Will someone from rstudio please comment if this bug will be fixed? |
Please update us on this. |
I'm experiencing the same/similar problem. I don't succeed in adapting the colors of the marker-clusters when using leafletProxy, nor when using the iconCreateFunction, nor when trying it via CSS. Would be great if this can be solved. Thanks for your efforts! |
see: http://stackoverflow.com/questions/43483696/iconcreatefunction-does-not-work-when-adding-markers-with-leafletproxy
basically when using markerClusterOptions(), if you try to pass your own JS to alter appearance of cluster, this only works when rendering leaflet() but breaks when later adding markers with leafletProxy()
The text was updated successfully, but these errors were encountered: