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

feat: implement map query for bibliography #109 #112

Closed ttechnicus closed 6 months ago

ttechnicus commented 6 months ago

Implemented map query for bibliography launched from the bibl. query form

ttechnicus commented 6 months ago

@ctot-nondef The user story is:

  1. Open a bibliography query window (e. g. click menu: Bibliographies > Explanation; then click a "→Text" link in the text which will open a query window with the corresponding query)
  2. Expand the form (if it is closed) by clicking on the query expression on the top
  3. (Optional) change the query string (e. g. "hello" - it yields valid results!)
  4. Tick in "Display on map"
  5. Click the Query button.

Expected result: a new map window opens with the query results, and the title of this window is Bibl. Locations for "${queryString.value}".

ttechnicus commented 6 months ago

@simar0at The layer selector text is an unrelated issue. I created a task for it in #114