Norkart / Leaflet-MiniMap

A minimap control plugin for Leaflet
BSD 2-Clause "Simplified" License
395 stars 125 forks source link

add throttle on moved event function to prevent infinite loop in some special cases #155

Open bastyen opened 4 years ago

bastyen commented 4 years ago

Example : When you reach the max bounds of the map, multiple 'moveend' event are called and can trigger an infinite loop between _onMainMapMoved and _onMiniMapMoved function