ipyleaflet
ipyleaflet copied to clipboard
Is it possible to detect the zoomend event present in the JS leaflet version ?
trafficstars
Basically a pretty straightforward question, I want to be able to call a function on a zoomend event. However, by just trying it with the observe pattern, the function I wanted to invoke was not called. Is there any way to do so ? Also any alternative suggestion would be appreciated. The zoom event does however trigger the function :)