acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Map layer selector text #114

Open ttechnicus opened 8 months ago

ttechnicus commented 8 months ago

When the user opens a map window, a list of layer selectors appear in the map control bar to show or hide groups of markers on the map.

The data of these layer selectors come from a variety of sources, and the text of the buttons is not specified explicitly. This task is to specify the button texts in every use case, and implement them.

use cases layer selector text window title (for comparison)
predefined in "subnav" item.label item.label
menu item.label item.label
text links undefined anchor text or item.label
bibliography query undefined dynamically created from query

Please don't edit the description. Add your comments as comments.

ttechnicus commented 8 months ago

It is an additional idea to be considered whether the window title of a map should change when the active layers change. Currently when the user opens a map window, the window sets the title according to the layer that it opens automatically, and the title stays unchanged when different layers are later turned on and off.