From d803ce54ba7c3944d66f9232c565066f67fe83c4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 24 Mar 2020 22:01:49 +0000 Subject: [PATCH] imagery: fix lu site domain --- cookbooks/imagery/recipes/lu_ngl_dtm.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 452252a24..5d34c193b 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -19,13 +19,17 @@ include_recipe "imagery" -imagery_site "ana_dtm_2017.openstreetmap.lu" do +ssl_certificate "ana_dtm_2017.openstreetmap.lu" do + action :delete +end + +imagery_site "ana-dtm-2017.openstreetmap.lu" do title "OpenStreetMap - ANA DTM 2017" bbox [[49.38, 5.64], [50.2, 6.64]] end imagery_layer "ana_dtm_2017" do - site "ana_dtm_2017.openstreetmap.lu" + site "ana-dtm-2017.openstreetmap.lu" default_layer true projection "EPSG:3857" source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif" @@ -35,7 +39,7 @@ imagery_layer "ana_dtm_2017" do end imagery_layer "ana_dtm_2017_hillshading" do - site "ana_dtm_2017.openstreetmap.lu" + site "ana-dtm-2017.openstreetmap.lu" projection "EPSG:2169" source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif" max_zoom 21 -- 2.39.5