From: Tom Hughes Date: Mon, 26 Sep 2016 20:21:05 +0000 (+0100) Subject: Update carto stylesheet to v2.44.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ca6140e3bc53ae4d616859d908ce5fd37cbfd5e1?hp=20c97aeecf30fb96d7032125d93045097f1266ab Update carto stylesheet to v2.44.0 Closes #93 --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index cdf2474e7..8eb5c312f 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -117,16 +117,8 @@ end package "python-cairo" package "python-mapnik" -package "ttf-dejavu" +package "fonts-noto" package "ttf-unifont" -package "fonts-droid-fallback" -package "fonts-sipa-arundina" -package "fonts-sil-padauk" -package "fonts-khmeros" -package "fonts-beng-extra" -package "fonts-gargi" -package "fonts-taml-tscu" -package "fonts-tibetan-machine" directory "/srv/tile.openstreetmap.org/cgi-bin" do owner "tile" diff --git a/roles/tile.rb b/roles/tile.rb index 300c826bd..0944b768e 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -89,7 +89,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.43.0", + :revision => "v2.44.0", :max_zoom => 19 } }