]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Update carto stylesheet to v4.24.1
[chef.git] / roles / tile.rb
index c38bd508068fcde2678c3af073ac4ba846a729de..cb703ae71511b39cb172cab9e95b5a531c887b26 100644 (file)
@@ -20,7 +20,8 @@ default_attributes(
       :min_spare_threads => 300,
       :max_spare_threads => 1200,
       :max_connections_per_child => 0,
-      :async_request_worker_factor => 4
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 6
     }
   },
   :munin => {
@@ -67,9 +68,6 @@ default_attributes(
   },
   :tile => {
     :data => {
-      :world_boundaries => {
-        :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz"
-      },
       :simplified_land_polygons => {
         :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip",
         :refresh => true
@@ -102,7 +100,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v4.22.0",
+        :revision => "v4.24.1",
         :max_zoom => 19
       }
     }