Add beeline button
This commit is contained in:
parent
6ea972bcf8
commit
b4fbae093f
4 changed files with 55 additions and 1 deletions
|
|
@ -154,6 +154,7 @@
|
|||
"strava-biking": "Show Strava biking segments",
|
||||
"strava-running": "Show Strava running segments",
|
||||
"strava-shortcut": "{{action}}\n({{key}} key to toggle layer, click to reload for current area)",
|
||||
"toggle-beeline": "Toggle straight line",
|
||||
"zoomInTitle": "Zoom in",
|
||||
"zoomOutTitle": "Zoom out"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ i18next.t('map.draw-poi-start');
|
|||
i18next.t('map.draw-poi-stop');
|
||||
i18next.t('map.draw-route-start');
|
||||
i18next.t('map.draw-route-stop');
|
||||
i18next.t('map.toggle-beeline');
|
||||
i18next.t('map.geocoder');
|
||||
i18next.t('map.locate-me');
|
||||
i18next.t('map.nogo.cancel');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue