]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Revert "nominatim: disable redirects to poldi"
[chef.git] / roles / tile.rb
index fb5c467a492e9a312162f5e0421893e7c52eb245..c9fa777bb6c9c9cf44bca13b4a4c805fb55225e0 100644 (file)
@@ -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.36.0",
         :max_zoom => 19
       }
     }