Add beeline button

This commit is contained in:
Norbert Renner 2021-05-05 22:25:10 +02:00
parent 6ea972bcf8
commit b4fbae093f
4 changed files with 55 additions and 1 deletions

View file

@ -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"
},

View file

@ -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');