From dbce62cd3d8659e1ae1fa7524bcc5b1e43062816 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 15 Jul 2022 18:20:06 +0100 Subject: [PATCH] Update carto stylesheet to v5.5.1 Closes #511 --- roles/tile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tile.rb b/roles/tile.rb index 76ef4b49c..2de49372c 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -92,7 +92,7 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.5.0", + :revision => "v5.5.1", :max_zoom => 19 } } -- 2.39.5