X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/97f58d2cbc92fa57a609849b660201e1f13a4fdb..6d1b6ef2ac6ab5f8df648544a7200fa35e13343e:/cookbooks/imagery/recipes/lu_ngl_dtm.rb diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 6157994d4..e3133bf9f 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -26,19 +26,20 @@ end imagery_layer "ana_dtm_2017" do site "ana-dtm-2017.openstreetmap.lu" - projection "EPSG:3857" - source "/data/imagery/lu/LUREF_NGL/lu_color_relief-epsg3857-compress.tif" - max_zoom 21 - title "DTM" - copyright '© 2017 Administration de la Navigation Aérienne Luxembourg, CC0' + action :delete end imagery_layer "ana_dtm_2017_hillshading" do + site "ana-dtm-2017.openstreetmap.lu" + action :delete +end + +imagery_layer "ana_dtm_2017_hillshading_multi" do site "ana-dtm-2017.openstreetmap.lu" default_layer true projection "EPSG:3857" - source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif" + source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM_hillshade_multi_epsg3857.tif" max_zoom 21 - title "DTM Hillshading" - copyright '© 2017 Administration de la Navigation Aérienne Luxembourg, CC0' + title "DTM Hillshading (multidirectional)" + copyright 'DEM 2017 Administration de la Navigation Aérienne Luxembourg, hillshading David Morais Ferreira & Guillaume Rischard CC0' end