]> git.openstreetmap.org Git - chef.git/commitdiff
Add hillshade layer with extra class
authorGuillaume RISCHARD <git@stereo.lu>
Thu, 1 Oct 2020 09:01:38 +0000 (11:01 +0200)
committerGuillaume RISCHARD <git@stereo.lu>
Thu, 1 Oct 2020 09:01:38 +0000 (11:01 +0200)
cookbooks/imagery/recipes/lu_lidar_hillshade.rb

index 54cad6c53f72a94324a797d6483d4ba7a2d13796..8cd173103b88c098daf88f315f77026c1b6319d7 100644 (file)
@@ -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 <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 and hillshading <a href="https://twitter.com/grischard">Guillaume Rischard</a>, 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 <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 and hillshading <a href="https://twitter.com/grischard">Guillaume Rischard</a>, CC0'
 end
\ No newline at end of file