From: Tom Hughes Date: Tue, 1 Dec 2015 11:31:06 +0000 (+0000) Subject: Update carto stylesheet to v2.37.1 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cbc9b2fd64975c83280a0d80b2d8513a5465bbcb Update carto stylesheet to v2.37.1 Fixes performance issue with low zoom boundary queries. --- diff --git a/roles/tile.rb b/roles/tile.rb index 3514c3e3c..4bc8717cd 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -84,7 +84,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.37.0", + :revision => "v2.37.1", :max_zoom => 19 } }