Add bikepacking routes layer
This commit is contained in:
parent
e203a93478
commit
f3f7a21645
3 changed files with 36 additions and 0 deletions
5
layers/bikepacking/get_data.sh
Executable file
5
layers/bikepacking/get_data.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# from https://ridewithgps.com/embeds?type=region&id=37
|
||||
# also https://ridewithgps.com/route_set_overviews/37.json?include_details=1
|
||||
curl --silent --output bikepacking-data.geojson https://ridewithgps.com/cos/route_set_overviews/simplified_route/37.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue