From 6f1f3fe8f041fde07d913ab949f5ed364fa67218 Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Thu, 26 Mar 2020 15:36:28 +0100 Subject: [PATCH] Underscores to dashes in layer 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 a2c122393..cf2ab87a2 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -24,7 +24,7 @@ imagery_site "lidar-hillshade-2019.openstreetmap.lu" do bbox [[49.38, 5.64], [50.2, 6.64]] end -imagery_layer "lidar-hillshade-2019" do +imagery_layer "lidar_hillshade_2019" do site "lidar-hillshade-2019.openstreetmap.lu" default_layer true projection "EPSG:3857" -- 2.43.2