X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a029e6fd4d59e67b1357911474ec9406352dfa71..9b01862e2b6bad1c4e12e83ca17c8e00f9e45d65:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index fb5c467a4..64691ae91 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -71,12 +71,20 @@ 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 => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.29.1", + :revision => "v2.34.0", :max_zoom => 19 } }