Favorite list for search (geocode control) (#452)

* search favorites

Adds the ability to save search terms, use this for autoexpand during
typing in searchbox or select from whole list

* moved class vars to contructor

Co-authored-by: Karl Schweiger <kschweiger@directbox.com>
This commit is contained in:
The Ripper 2021-10-13 19:39:48 +02:00 committed by GitHub
parent 7624a6d6ce
commit 05ff4bd430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 373 additions and 1 deletions

View file

@ -296,6 +296,14 @@
"tracklayer": "Track Layer",
"tuning": "Tuning"
},
"searchfav": {
"addfavorite": "add as favorite",
"openfavorites": "open favorite list",
"removeall": "delete all favorites",
"export": "export favorites to file",
"import": "import favorites from file",
"ask_removeall": "Do you want to delete all search favorites?"
},
"warning": {
"cannot-get-route": "Error getting route URL",
"invalid-route-from": "Start marker is too far from a route.",