Merge pull request #497 from nrenner/68-sl-routing
Add straight line support to routing
This commit is contained in:
commit
e5ea9173ae
29 changed files with 950 additions and 113 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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