]> git.openstreetmap.org Git - chef.git/commitdiff
Switch openstreetmapdata.com URLs to osmdata.openstreetmap.de
authorTom Hughes <tom@compton.nu>
Fri, 8 Mar 2019 13:51:42 +0000 (13:51 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 8 Mar 2019 13:51:42 +0000 (13:51 +0000)
roles/tile.rb

index 1225b6a846e082c0bc40c04faa3c49da298cac71..1b0424b9c6d81622b6fe54cb877b1f7920c7d0eb 100644 (file)
@@ -71,7 +71,7 @@ default_attributes(
         :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz"
       },
       :simplified_land_polygons => {
         :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 => {
         :refresh => true
       },
       :admin_boundaries => {
@@ -79,15 +79,15 @@ default_attributes(
         :directory => "ne_110m_admin_0_boundary_lines_land"
       },
       :land_polygons => {
         :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 => {
         :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 => {
         :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
       }
     },
         :refresh => true
       }
     },