From: Guillaume RISCHARD Date: Thu, 26 Mar 2020 14:36:28 +0000 (+0100) Subject: Underscores to dashes in layer name X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/6f1f3fe8f041fde07d913ab949f5ed364fa67218 Underscores to dashes in layer name --- 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"