fetch_data.sh: enlarge locations.json

This commit is contained in:
Astro 2021-10-30 03:05:01 +02:00
parent 37ac69fddc
commit 51cec049ad
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ overpass() {
curl -X POST -d "data=[out:json];$1" -o $2 http://overpass-api.de/api/interpreter
}
bbox="50.8,13,51.3,14.5"
bbox="50,12,52,15.5"
Q=""
for level in 7 8 9 10 11 ; do
for level in 6 7 8 9 10 11 ; do
Q=$Q'way["admin_level"="'$level'"]('$bbox'); relation["admin_level"="'$level'"]('$bbox');'
done