]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Update carto stylesheet to v2.33.0
[chef.git] / roles / tile.rb
index e9344cc6843e47c3eeca03323665b026a0db869b..063f9545f590b5b7a8caede72b9e4b1304268dbe 100644 (file)
@@ -23,7 +23,6 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.1"],
     :settings => {
       :defaults => {
         :temp_buffers => "32MB",
@@ -72,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.33.0",
         :max_zoom => 19
       }
     }