change 'CSV' download to 'data CSV' to distinguish from track downloads
This commit is contained in:
parent
c4d87b122c
commit
34e59e0734
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ BR.Download = BR.Control.extend({
|
|||
html += '<a href="' + urls.gpx + '" download="brouter.gpx">GPX</a> · ';
|
||||
html += '<a href="' + urls.kml + '" download="brouter.kml">KML</a> · ';
|
||||
html += '<a href="' + urls.geojson + '" download="brouter.geojson">GeoJSON</a> · ';
|
||||
html += '<a href="' + urls.csv + '" download="brouter.tsv">CSV</a>';
|
||||
html += '<a href="' + urls.csv + '" download="brouter.tsv">data CSV</a>';
|
||||
}
|
||||
html += '</div>';
|
||||
this._content.innerHTML = html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue