From 262347df604997a1cef52df74ffdb687e5a6c22a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 20 May 2017 01:17:58 +0100 Subject: [PATCH] Update carto stylesheet to v3.3.0 Closes #123 --- cookbooks/tile/recipes/default.rb | 1 + roles/tile.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 } } -- 2.43.2