Relative Content

Tag Archive for javascriptleafletoverriding

Unable to override a leaflet method with include() method

I can’t overload the following function of the leaflet BoxZoom class using include() method. I need to catch a key press while dragging. If I put a breakpoint in my code no stop happens. It seems the original function is always used.