From: Tom Hughes Date: Sat, 20 May 2017 00:17:58 +0000 (+0100) Subject: Update carto stylesheet to v3.3.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/262347df604997a1cef52df74ffdb687e5a6c22a Update carto stylesheet to v3.3.0 Closes #123 --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 08130c43a..b3001c1e5 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -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 diff --git a/roles/tile.rb b/roles/tile.rb index 547445838..586bb25cf 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -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 } }