Merge pull request #497 from nrenner/68-sl-routing

Add straight line support to routing
This commit is contained in:
Norbert Renner 2022-05-12 16:26:00 +02:00 committed by GitHub
commit e5ea9173ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 950 additions and 113 deletions

View file

@ -43,6 +43,7 @@
},
"footer": {
"ascend": "Ascend",
"beeline-warning": "Warning: no data for straight lines, values interpolated",
"cost": "Cost",
"distance": "Distance",
"elevation-chart": "Toggle elevation chart",
@ -159,11 +160,12 @@
"route-quality-cost": "Cost coding",
"route-quality-incline": "Incline coding",
"route-quality-shortcut": "{{action}} ({{key}} key to toggle)",
"route-tooltip-segment": "Drag to create a new waypoint",
"route-tooltip-segment": "Drag to create a new waypoint. Click to toggle straight line.",
"route-tooltip-waypoint": "Waypoint. Drag to move; Click to remove.",
"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');