X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13844201f571e983b5003459f5a0959ff3bc5332..592e2f364edbe670ef9db21749417f6d7d521474:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index c38bd5080..407d7991f 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -67,9 +67,6 @@ default_attributes( }, :tile => { :data => { - :world_boundaries => { - :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz" - }, :simplified_land_polygons => { :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", :refresh => true @@ -102,7 +99,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.22.0", + :revision => "v4.23.0", :max_zoom => 19 } }