]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Update carto stylesheet to v2.34.0
[chef.git] / roles / tile.rb
index fb5c467a492e9a312162f5e0421893e7c52eb245..64691ae91072523778275fa84eba09f486c5576d 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.34.0",
         :max_zoom => 19
       }
     }