From 90a981150ca8dbb8ad559e3d4cc4323905cf6fdd Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Thu, 1 Oct 2020 12:12:49 +0200 Subject: [PATCH 1/1] Jiggle for ovr file name --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index 8cd173103..847ba09e3 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -26,7 +26,7 @@ end # Delete borken layers like this -imagery_layer "mappers_delight_lidar_hillshade_2019" do +imagery_layer "mappers_delight_lidar_hillshade_2019_classy_reprojected" do site "lidar-hillshade-2019.openstreetmap.lu" action :delete end @@ -50,7 +50,7 @@ imagery_layer "mappers_delight_lidar_hillshade_2019_reprojected" do copyright 'Lidar data 2019 Administration du Cadastre et de la Topographie Luxembourg, DEM and hillshading Guillaume Rischard, CC0' end -imagery_layer "mappers_delight_lidar_hillshade_2019_classy_reprojected" do +imagery_layer "mappers_delight_lidar_hillshade_2019_classy" do site "lidar-hillshade-2019.openstreetmap.lu" projection "EPSG:3857" source "/data/imagery/lu/lidar-hillshade/classy.tif" -- 2.45.2