From 13844201f571e983b5003459f5a0959ff3bc5332 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 30 Aug 2019 19:41:00 +0100 Subject: [PATCH] Install water polygons on tile servers --- roles/tile.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/tile.rb b/roles/tile.rb index 92af00fbc..c38bd5080 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -74,6 +74,10 @@ default_attributes( :url => "https://osmdata.openstreetmap.de/download/simplified-land-polygons-complete-3857.zip", :refresh => true }, + :simplified_water_polygons => { + :url => "https://osmdata.openstreetmap.de/download/simplified-water-polygons-split-3857.zip", + :refresh => true + }, :admin_boundaries => { :url => "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip", :directory => "ne_110m_admin_0_boundary_lines_land" @@ -82,6 +86,10 @@ default_attributes( :url => "https://osmdata.openstreetmap.de/download/land-polygons-split-3857.zip", :refresh => true }, + :water_polygons => { + :url => "https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip", + :refresh => true + }, :antarctica_icesheet_polygons => { :url => "https://osmdata.openstreetmap.de/download/antarctica-icesheet-polygons-3857.zip", :refresh => true -- 2.43.2