-
Notifications
You must be signed in to change notification settings - Fork 16
Description
It seems that having to tab through every feature in a map viewport could be a burden especially for blind users. One of the benefits of maps is that sighted users are able to immediately see the relevance of spatial phenomena relative to locations, often the map centre point.
There should be a way to improve the usability of maps with features for blind users, and I think this might help with one aspect of that, by reducing the amount of tabbing they have to do to get relevant info.
When a server is involved, it could sort features naturally in that order before serializing the document, without having to set the tab order. But it should also be a function that can be requested on the client, perhaps with a user preference. Sorting these things can be an intensive process so it might not be something the viewer should do on every request, but it seems reasonable to allow a user to make it their default.
Unsure if there's a UCR issue for this, not at first glance anyway.