Norkart / Leaflet-MiniMap

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

Added 'autoToggleDisplay' option. #17

Closed haraldkj closed 11 years ago

haraldkj commented 11 years ago

This option sets whether the minimap should hide automatically if the parent map bounds does not fit within the minimap bounds. This is especially useful when 'zoomLevelFixed' is set. User toggled display state sticks.

robpvn commented 11 years ago

This is a useful improvement to the fixed zoom situation, thanks!