leaflet-fusesearch
leaflet-fusesearch copied to clipboard
A plugin for Leaflet to search features in a GeoJSON layer using Fuse.js
When the user selects a feature in the search results list, the feature is zoomed to, but the map is moved the minimum amount necessary to view the feature. If...
Love this plugin, and the only thing I think will be great to add is option to show panel by default.
The [wheel](https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event) event has replaced the now deprecated `mousewheel` event. This PR adds the `wheel` event to the events that are not propagated when the button or pane is open....