wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
93 stars 41 forks source link

Make OpenLayers keyboard navigation work #384

Closed chrismayer closed 2 months ago

chrismayer commented 2 months ago

Adds tabIndex attribute to the map's container, so it gets focusable. Otherwise the OL keyboard navigation won't work, see keyboardEventTarget in https://openlayers.org/en/latest/apidoc/module-ol_Map.html

chrismayer commented 2 months ago

Thanks again for your review @sronveaux :+1: