jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.47k stars 361 forks source link

Add on_load to Layer #1128

Open getehen opened 1 year ago

getehen commented 1 year ago

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