You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the WMTS viewer really useful if I don't know exactly if there is data covering the area I'm interested in. However, it is quite difficult to navigate in time, since I can just use the mouse to change the selected date. Would it be possible to allow the usage of keyboard arrows to do +- 1 day in the selected date?
The text was updated successfully, but these errors were encountered:
Yeah, that time slider is really painful to navigate but it's the only one available right now. The idea with arrows is nice, but I think it would need to be implemented upstream in ol-ext: https://github.com/Viglino/ol-ext
The alternative would be to use another component for date selection. I've recently made it easier to add other components to the map, so we could also think about a date selector like in forms or so.
I don't know those components, but if it's the Timeline class, I've seen that it does have a setDate function (docs), so it should be possible for the Editor to listen for keystrokes and issue function calls accordingly 🤔
I find the WMTS viewer really useful if I don't know exactly if there is data covering the area I'm interested in. However, it is quite difficult to navigate in time, since I can just use the mouse to change the selected date. Would it be possible to allow the usage of keyboard arrows to do +- 1 day in the selected date?
The text was updated successfully, but these errors were encountered: