From cecd219c7ab80a25ceeb3e99879c9eb52f6ea6ff Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Jul 2015 23:00:37 +0100 Subject: [PATCH] Add antarctic icesheet data to tile servers --- roles/tile.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/tile.rb b/roles/tile.rb index 508d177a0..09b3f44ae 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -71,6 +71,14 @@ default_attributes( :land_polygons => { :url => "http://data.openstreetmapdata.com/land-polygons-split-3857.zip", :refresh => true + }, + :antarctica_icesheet_polygons => { + :url => "http://data.openstreetmapdata.com/antarctica-icesheet-polygons-3857.zip", + :refresh => true + }, + :antarctica_icesheet_outlines => { + :url => "http://data.openstreetmapdata.com/antarctica-icesheet-outlines-3857.zip", + :refresh => true } }, :styles => { -- 2.43.2