From: Guillaume RISCHARD Date: Thu, 1 Oct 2020 09:01:38 +0000 (+0200) Subject: Add hillshade layer with extra class X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/11cb5709d752e72ec8048c16a0f2012d1d5dc86c Add hillshade layer with extra class --- 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