From 11cb5709d752e72ec8048c16a0f2012d1d5dc86c Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Thu, 1 Oct 2020 11:01:38 +0200 Subject: [PATCH] Add hillshade layer with extra class --- cookbooks/imagery/recipes/lu_lidar_hillshade.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb index 54cad6c53..8cd173103 100644 --- a/cookbooks/imagery/recipes/lu_lidar_hillshade.rb +++ b/cookbooks/imagery/recipes/lu_lidar_hillshade.rb @@ -48,4 +48,13 @@ imagery_layer "mappers_delight_lidar_hillshade_2019_reprojected" do max_zoom 22 title "OpenStreetMap.lu Mapper's Delight 2019 Lidar Hillshading" copyright 'Lidar data 2019 Administration du Cadastre et de la Topographie Luxembourg, DEM and hillshading Guillaume Rischard, CC0' +end + +imagery_layer "mappers_delight_lidar_hillshade_2019_classy_reprojected" do + site "lidar-hillshade-2019.openstreetmap.lu" + projection "EPSG:3857" + source "/data/imagery/lu/lidar-hillshade/classy.tif" + max_zoom 22 + title "OpenStreetMap.lu Mapper's Delight 2019 Lidar Hillshading with unclassified points" + copyright 'Lidar data 2019 Administration du Cadastre et de la Topographie Luxembourg, DEM and hillshading Guillaume Rischard, CC0' end \ No newline at end of file -- 2.43.2