Load Track from file and add as Route (#312)

This commit is contained in:
The Ripper 2020-06-19 18:19:42 +02:00 committed by GitHub
parent 007761b4b1
commit 0d6cd61b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 547 additions and 0 deletions

View file

@ -232,6 +232,18 @@
}
},
"title": "BRouter web client",
"trackasroute": {
"explainpoi": "(show waypoints as POI's)",
"explaintracklayer": "(show Track as separate Layer)",
"file": "Trackfile",
"fromext": "from file extension",
"fuzziness": "fuzzines",
"pleasewait": "Please wait!",
"showpois": "POI's",
"title": "Load Track as Route",
"tracklayer": "Track Layer",
"tuning": "Tuning"
},
"warning": {
"cannot-get-route": "Error getting route URL",
"no-response": "no response from server",