From: Tom Hughes Date: Thu, 22 Dec 2016 19:14:54 +0000 (+0000) Subject: Update carto stylesheet to v3.0.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/54560da66a4b619789ae26d8444232adde6813eb?hp=24667dd71480bd1bf146abc9da701f788621634e;ds=sidebyside Update carto stylesheet to v3.0.0 Closes #105 --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 5083790c3..0f10f064f 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -315,7 +315,7 @@ node[:tile][:styles].each do |name, details| execute "#{style_directory}/project.mml" do action :nothing - command "carto project.mml > project.xml" + command "carto -a 3.0.0 project.mml > project.xml" cwd style_directory user "tile" group "tile" diff --git a/roles/tile.rb b/roles/tile.rb index 4d2683af1..a03757268 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 => "v2.45.1", + :revision => "v3.0.0", :max_zoom => 19 } }