]> git.openstreetmap.org Git - chef.git/commitdiff
Update carto stylesheet to v3.3.0
authorTom Hughes <tom@compton.nu>
Sat, 20 May 2017 00:17:58 +0000 (01:17 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 20 May 2017 01:00:27 +0000 (02:00 +0100)
Closes #123

cookbooks/tile/recipes/default.rb
roles/tile.rb

index 08130c43a1e3b8d7301c8c648e7cfd99cbca5d2c..b3001c1e5c749776b0f3f7daa0289c7aca7b81a6 100644 (file)
@@ -127,6 +127,7 @@ python_package "pyotp"
 package "fonts-noto-cjk"
 package "fonts-noto-hinted"
 package "fonts-noto-unhinted"
+package "fonts-hanazono"
 package "ttf-unifont"
 
 directory "/srv/tile.openstreetmap.org/cgi-bin" do
index 54744583856266fde462112ba7c8d45625b0ca6e..586bb25cf965b0d09d5a7b9284488cfd6b3d8a67 100644 (file)
@@ -90,7 +90,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v3.1.0",
+        :revision => "v3.3.0",
         :max_zoom => 19
       }
     }