]> git.openstreetmap.org Git - chef.git/commitdiff
Update carto stylesheet to v2.37.1
authorTom Hughes <tom@compton.nu>
Tue, 1 Dec 2015 11:31:06 +0000 (11:31 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 1 Dec 2015 11:31:06 +0000 (11:31 +0000)
Fixes performance issue with low zoom boundary queries.

roles/tile.rb

index 3514c3e3c5b80c4c467cea8123d262e362a7ad13..4bc8717cd2dfb3491add5867f90bda5f8c668cb3 100644 (file)
@@ -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
       }
     }