planetiler/quickstart.sh

10 wiersze
184 B
Bash
Czysty Zwykły widok Historia

2021-04-06 10:05:08 +00:00
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
AREA="${1:-north-america_us_massachusetts}"
./scripts/download-osm.sh "${AREA}"
./scripts/download-other-sources.sh