From 901782e5452c232c7e6f644f2c56a3903b09edf3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 29 Mar 2020 17:31:08 +0100 Subject: [PATCH] Fix imager layer deletion --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index f626b27af..aa169020c 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -19,10 +19,6 @@ include_recipe "imagery" -imagery_site "lidar-hillshade-2019.openstreetmap.lu" do - action :delete -end - imagery_site "lidar-hillshade-2019.openstreetmap.lu" do title "OpenStreetMap - Lidar Hillshade 2019" bbox [[49.38, 5.64], [50.2, 6.64]] @@ -40,6 +36,7 @@ end imagery_layer "vdl_light6" do action :delete + site "lidar-hillshade-2019.openstreetmap.lu" end imagery_layer "vdl_light6_deflate" do -- 2.43.2