Brian Byrne
Brian Byrne
There's an "options" property for labels, where you can use "className" define the css class to add to the label element. Is that what you're looking for? ```javascript markers: {...
ui-leaflet doesn't really make it's own events, afaik. It just relays some of the ones that are sent by leaflet itself. With that being the case, the only event ui-leaflet...
[maxClusterRadius](https://github.com/Leaflet/Leaflet.markercluster#other-options) allows you to "use a function that accepts the current map zoom and returns the maximum cluster radius in pixels." This allows you to customize the cluster radius at...
I hate to do this, but **+1** I haven't had a chance to try it yet, but I wonder if a workaround might be to copy the overlay to a...
@jeserkin is right on this, but he left the last part out for my setup to work. From the beginning, I went through each of the ambientDependencies and installed each...