]> git.openstreetmap.org Git - chef.git/commitdiff
Update to osm-carto v5.9.0
authorTom Hughes <tom@compton.nu>
Sat, 26 Oct 2024 15:16:15 +0000 (16:16 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 26 Oct 2024 15:16:15 +0000 (16:16 +0100)
Closes #700

roles/tile.rb

index 97bd895f8d55f49ed75dcbb024a55a88ff3d8f8b..20bded97ff13fd0d2fcf2f6161408dc91950244d 100644 (file)
@@ -98,8 +98,9 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.8.0",
+        :revision => "v5.9.0",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
+        :functions_script => "/srv/tile.openstreetmap.org/styles/default/functions.sql",
         :max_zoom => 19
       }
     }