From 103a7f9c1e601a0ca702b7016a070974440e80c2 Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Sun, 29 Mar 2020 18:01:29 +0200 Subject: [PATCH] Luxembourg lidar test, rename deflate, delete jpeg --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index e91a4b112..67f3b4274 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -34,7 +34,11 @@ imagery_layer "lidar_hillshade_2019" do copyright '© 2019 Administration du Cadastre et de la Topographie Luxembourg, CC0' end -imagery_layer "vdl_light6-deflate" do +imagery_layer "vdl_light6" do + action :delete +end + +imagery_layer "vdl_light6_deflate" do site "lidar-hillshade-2019.openstreetmap.lu" projection "EPSG:3857" source "/data/imagery/lu/lidar-hillshade/lidar-test-vdl-light6-3857-deflate.tif" -- 2.43.2