]> git.openstreetmap.org Git - chef.git/commitdiff
Specify mapnik version for CartoCSS
authorPaul Norman <penorman@mac.com>
Thu, 10 Nov 2022 22:59:46 +0000 (14:59 -0800)
committerPaul Norman <penorman@mac.com>
Thu, 10 Nov 2022 22:59:46 +0000 (14:59 -0800)
OpenStreetMap Carto requires, and we use, at least 3.0.22.

cookbooks/tile/recipes/default.rb

index fe5934a61f9672c8b45a18cb9831fc29a4e67be5..19d266f5019155179012f64d91a3ceb1e0b8293d 100644 (file)
@@ -377,7 +377,7 @@ node[:tile][:styles].each do |name, details|
 
   execute "#{style_directory}/project.mml" do
     action :nothing
-    command "carto -a 3.0.0 project.mml > project.xml"
+    command "carto -a 3.0.22 project.mml > project.xml"
     cwd style_directory
     user "tile"
     group "tile"