11 lines
373 B
Bash
11 lines
373 B
Bash
#!/bin/bash
|
|
|
|
# export depuis OSM des parking à vélo cargo
|
|
# cargo_bike=*
|
|
# en France
|
|
|
|
url='https://overpass-api.de/api/interpreter?data=[out:json][timeout:300];area(id:3602202162)->.searchArea;nwr["cargo_bike"](area.searchArea);out+geom;'
|
|
|
|
export_file="cargo_bike_zone_france_from_openstreetmap"
|
|
source ../../update_scripts/functions.sh
|
|
extract_from_osm $url $export_file |