From e8782da840fdd080fc9bafa6428c66d466926805 Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Thu, 23 Apr 2020 14:03:13 +0200 Subject: [PATCH 1/1] Fix domain name --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index 0b3a9e9c8..eaf3e76d7 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -42,7 +42,7 @@ imagery_layer "mappers_delight_lidar_hillshade_2019" do end imagery_layer "mappers_delight_lidar_dem_2019" do - site "lidar-dem-2019.openstreetmap.lu" + site "lidar-hillshade-2019.openstreetmap.lu" projection "EPSG:3857" source "/data/imagery/lu/lidar-hillshade/dem-3857.tif" max_zoom 22 -- 2.43.2