From 88e01cf74c2e3d06e8e74238fdeab18b2a41773c Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Sun, 18 Jun 2023 07:45:17 -0400 Subject: [PATCH] Deleted unused layers --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 6 +----- cookbooks/imagery/recipes/lu_ngl_dtm.rb | 12 ++---------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index c80742946..a6a277bc3 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -33,11 +33,7 @@ end imagery_layer "mappers_delight_lidar_dem_2019" do site "lidar-hillshade-2019.openstreetmap.lu" - projection "EPSG:3857" - source "/data/imagery/lu/lidar-hillshade/dem-3857.tif" - max_zoom 20 - title "OpenStreetMap.lu Mapper's Delight 2019 Lidar DEM" - copyright 'Lidar data 2019 Administration du Cadastre et de la Topographie Luxembourg, DEM Guillaume Rischard, CC0' + action :delete end imagery_layer "mappers_delight_lidar_hillshade_2019_reprojected" do diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 528c408e0..d7e5b42a2 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -26,20 +26,12 @@ 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" - projection "EPSG:3857" - source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif" - max_zoom 21 - title "DTM Hillshading (single light source)" - copyright '© 2017 Administration de la Navigation Aérienne Luxembourg, CC0' + action: delete end imagery_layer "ana_dtm_2017_hillshading_multi" do -- 2.45.1