2023-07-25 17:42:31 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# from https://ridewithgps.com/embeds?type=region&id=37
|
|
|
|
# also https://ridewithgps.com/route_set_overviews/37.json?include_details=1
|
2023-07-25 19:12:30 -05:00
|
|
|
curl --silent --output data.geojson https://ridewithgps.com/cos/route_set_overviews/simplified_route/37.json
|