Leaflet.NavBar
Leaflet.NavBar copied to clipboard
Simple navigation toolbar for Leaflet.
When multiple context layers are visible on a map, on click event the popup should show all clicked features (e.g. as tabs in a popup or arrows to scroll between...
The controls use `` elements but behave like buttons, as such they should have [`role="button"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role). (Alternatively use ``.)
When the controls are disabled (`leaflet-control-navbar-back-disabled`, `leaflet-control-navbar-fwd-disabled`) they should be conveyed as such to screen reader users. This can be achieved using [`aria-disabled="true"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-disabled). Alternatively, the controls could be taken out...
Nice job! please add `Leaflet.NavBar.css` and image files to `bower.json`. These are necessary for proper asset loading.