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
10
index.html
10
index.html
|
|
@ -1132,6 +1132,16 @@
|
|||
</div>
|
||||
<div id="stats-container" class="flexrow flexgrow">
|
||||
<ul id="stats">
|
||||
<li id="beeline-warning" hidden>
|
||||
<div class="text-muted small d-none d-md-block"> </div>
|
||||
<p class="stats-label">
|
||||
<abbr
|
||||
class="fa fa-exclamation-triangle"
|
||||
data-i18n="[title]footer.beeline-warning"
|
||||
title="Warning: no data for straight lines, values interpolated"
|
||||
></abbr>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-muted small d-none d-md-block" data-i18n="footer.distance">Distance</div>
|
||||
<p class="stats-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue