]> git.openstreetmap.org Git - chef.git/commitdiff
Added multidirectional ANA hillshade
authorGuillaume RISCHARD <git@stereo.lu>
Sat, 23 May 2020 16:32:31 +0000 (18:32 +0200)
committerGuillaume RISCHARD <git@stereo.lu>
Sat, 23 May 2020 16:32:31 +0000 (18:32 +0200)
cookbooks/imagery/recipes/lu_ngl_dtm.rb

index 6157994d4349c9ec7527f72d92eb97eda43a288f..1ad2161a11e6246929f00ccbc7237a0cd90ad8dd 100644 (file)
@@ -35,10 +35,19 @@ end
 
 imagery_layer "ana_dtm_2017_hillshading" do
   site "ana-dtm-2017.openstreetmap.lu"
-  default_layer true
   projection "EPSG:3857"
   source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif"
   max_zoom 21
-  title "DTM Hillshading"
+  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'
 end
+
+imagery_layer "ana_dtm_2017_hillshading_multi" do
+  site "ana-dtm-2017.openstreetmap.lu"
+  default_layer true
+  projection "EPSG:3857"
+  source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM_hillshade_epsg3857.tif"
+  max_zoom 21
+  title "DTM Hillshading (multidirectional)"
+  copyright 'DEM 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation A&eacute;rienne Luxembourg</a>, hillshading <a href="https://twitter.com/grischard">Guillaume Rischard</a> CC0'
+end