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:
parent
7624a6d6ce
commit
05ff4bd430
3 changed files with 373 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue