X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cf8d1617a01136ea5a0871cb8f141ea3d8507175..9b01862e2b6bad1c4e12e83ca17c8e00f9e45d65:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 508d177a0..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.31.0", + :revision => "v2.34.0", :max_zoom => 19 } }