-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget_geojsons.cmd
11 lines (8 loc) · 1.03 KB
/
get_geojsons.cmd
1
2
3
4
5
6
7
8
9
10
11
rem THAILAND
curl -f -o data/thailand.zip --url "https://wambachers-osm.website/boundaries/exportBoundaries?cliVersion=1.0&cliKey=71d58a4f-a683-4d82-a1f6-6c7924751617&exportFormat=json&exportLayout=levels&exportAreas=land&from_al=4&to_al=4&union=false&selected=THA"
rem LAOS
curl -f -o data/laos.zip --url "https://wambachers-osm.website/boundaries/exportBoundaries?cliVersion=1.0&cliKey=71d58a4f-a683-4d82-a1f6-6c7924751617&exportFormat=json&exportLayout=levels&exportAreas=land&from_al=4&to_al=4&union=false&selected=LAO"
rem CAMBODIA
curl -f -o data/cambodia.zip --url "https://wambachers-osm.website/boundaries/exportBoundaries?cliVersion=1.0&cliKey=71d58a4f-a683-4d82-a1f6-6c7924751617&exportFormat=json&exportLayout=levels&exportAreas=land&from_al=4&to_al=4&union=false&selected=KHM"
rem MALAYSIA
curl -f -o data/malaysia.zip --url "https://wambachers-osm.website/boundaries/exportBoundaries?cliVersion=1.0&cliKey=71d58a4f-a683-4d82-a1f6-6c7924751617&exportFormat=json&exportLayout=levels&exportAreas=land&from_al=4&to_al=4&union=false&selected=MYS"