]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Make the maximum zoom level configurable
[chef.git] / roles / tile.rb
index cc5a1ba56882ca213320f533e981c72f4c6e99e8..c9338173a78e5a74127fff0bc02643035c601ebc 100644 (file)
@@ -64,7 +64,8 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v2.2.0"
+        :revision => "v2.2.0",
+        :max_zoom => 19
       }
     }
   }
       }
     }
   }