From: Tom Hughes Date: Fri, 8 Mar 2019 13:51:42 +0000 (+0000) Subject: Switch openstreetmapdata.com URLs to osmdata.openstreetmap.de X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9ac8d4e7902640c053a89dd893934c4def5af83f?hp=9f75c95027600761359d1b8675eaa87b68bd4649 Switch openstreetmapdata.com URLs to osmdata.openstreetmap.de --- diff --git a/roles/tile.rb b/roles/tile.rb index 1225b6a84..1b0424b9c 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,15 +79,15 @@ 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 } },