add GeoJSON download
This commit is contained in:
parent
59d4acc3c6
commit
25f50434d0
2 changed files with 3 additions and 1 deletions
|
|
@ -179,6 +179,7 @@
|
|||
if (latLngs.length > 1) {
|
||||
urls.gpx = router.getUrl(latLngs, 'gpx');
|
||||
urls.kml = router.getUrl(latLngs, 'kml');
|
||||
urls.geojson = router.getUrl(latLngs, 'geojson');
|
||||
urls.csv = router.getUrl(latLngs, 'csv');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue