]> git.openstreetmap.org Git - chef.git/commitdiff
Deleted unused layers
authorGuillaume RISCHARD <git@stereo.lu>
Sun, 18 Jun 2023 11:45:17 +0000 (07:45 -0400)
committerGuillaume RISCHARD <git@stereo.lu>
Sun, 18 Jun 2023 11:45:17 +0000 (07:45 -0400)
cookbooks/imagery/recipes/lu_lidar_hillshade.rb
cookbooks/imagery/recipes/lu_ngl_dtm.rb

index c80742946a775a3b051468686c01dd4f853b2192..a6a277bc34ef853f20861494b03a042fd33817e8 100644 (file)
@@ -33,11 +33,7 @@ end
 
 imagery_layer "mappers_delight_lidar_dem_2019" do
   site "lidar-hillshade-2019.openstreetmap.lu"
-  projection "EPSG:3857"
-  source "/data/imagery/lu/lidar-hillshade/dem-3857.tif"
-  max_zoom 20
-  title "OpenStreetMap.lu Mapper's Delight 2019 Lidar DEM"
-  copyright 'Lidar data 2019 <a href="https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois">Administration du Cadastre et de la Topographie Luxembourg</a>, DEM <a href="https://twitter.com/grischard">Guillaume Rischard</a>, CC0'
+  action :delete
 end
 
 imagery_layer "mappers_delight_lidar_hillshade_2019_reprojected" do
index 528c408e02a48b09287c2d932fe0299e35ef71ab..d7e5b42a26434344482cdacb8e62df31de06054a 100644 (file)
@@ -26,20 +26,12 @@ end
 
 imagery_layer "ana_dtm_2017" do
   site "ana-dtm-2017.openstreetmap.lu"
-  projection "EPSG:3857"
-  source "/data/imagery/lu/LUREF_NGL/lu_color_relief-epsg3857-compress.tif"
-  max_zoom 21
-  title "DTM"
-  copyright '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation A&eacute;rienne Luxembourg</a>, CC0'
+  action: delete
 end
 
 imagery_layer "ana_dtm_2017_hillshading" do
   site "ana-dtm-2017.openstreetmap.lu"
-  projection "EPSG:3857"
-  source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif"
-  max_zoom 21
-  title "DTM Hillshading (single light source)"
-  copyright '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation A&eacute;rienne Luxembourg</a>, CC0'
+  action: delete
 end
 
 imagery_layer "ana_dtm_2017_hillshading_multi" do