ipyleaflet
ipyleaflet copied to clipboard
Add on_load to Layer
Hi, is it possible to do something when a Layer loads ?
There is TileLayer.on_load, but I haven't found anything for other Layers that doesn't inherit from TileLayer
I'm more specifically looking for an on_load method with a MarkerCluster, but i guess that something more general would be better
Thanks