From 68d3cc9faa97b55fdc5b893b6c7e9a21fbbaa83f Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 21 Sep 2017 20:23:44 -0400 Subject: [PATCH] added ocean, marinearea, continent, and empire to downloader --- download_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_data.sh b/download_data.sh index edc30a0..7b8d83d 100755 --- a/download_data.sh +++ b/download_data.sh @@ -3,7 +3,7 @@ pushd /whosonfirst mkdir -p meta -for layer in country disputed dependency macroregion region macrocounty county localadmin locality borough neighbourhood +for layer in ocean marinearea continent empire country disputed dependency macroregion region macrocounty county localadmin locality borough neighbourhood do echo Fetching $layer bundle curl https://whosonfirst.mapzen.com/bundles/wof-$layer-latest-bundle.tar.bz2 | tar --strip-components=1 --exclude=README.txt -xj