X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4781c48057de8558c6186ba55f3f99d55b54af80..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index f0d25119a..3db2ce2eb 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -71,7 +71,7 @@ default_attributes( :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz" }, :simplified_land_polygons => { - :url => "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", :refresh => true }, :admin_boundaries => { @@ -79,22 +79,22 @@ default_attributes( :directory => "ne_110m_admin_0_boundary_lines_land" }, :land_polygons => { - :url => "http://data.openstreetmapdata.com/land-polygons-split-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip", :refresh => true }, :antarctica_icesheet_polygons => { - :url => "http://data.openstreetmapdata.com/antarctica-icesheet-polygons-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/antarctica-icesheet-polygons-3857.zip", :refresh => true }, :antarctica_icesheet_outlines => { - :url => "http://data.openstreetmapdata.com/antarctica-icesheet-outlines-3857.zip", + :url => "https://osmdata.openstreetmap.de/download/antarctica-icesheet-outlines-3857.zip", :refresh => true } }, :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v4.18.0", + :revision => "v4.20.0", :max_zoom => 19 } }