CSV download
This commit is contained in:
parent
7e153b3a33
commit
9f2e15bff0
2 changed files with 3 additions and 1 deletions
|
|
@ -139,6 +139,7 @@
|
|||
if (latLngs.length > 1) {
|
||||
urls.gpx = router.getUrl(latLngs, 'gpx');
|
||||
urls.kml = router.getUrl(latLngs, 'kml');
|
||||
urls.csv = router.getUrl(latLngs, 'csv');
|
||||
}
|
||||
|
||||
download.update(urls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue