Skip to content

Commit

Permalink
feat: Merge pull request #33 from pelias/add-new-placetypes-to-downlo…
Browse files Browse the repository at this point in the history
…ader

added ocean, marinearea, continent, and empire to downloader
  • Loading branch information
trescube authored Sep 22, 2017
2 parents 836f719 + 68d3cc9 commit 021e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 021e1c7

Please sign in to comment.