X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa741e4951ecf0d56e78f2b10c8e41503a42e881..3d912dd5c45fd90955d3bf0a6fe19c3c7480240e:/cookbooks/imagery/recipes/lu_ngl_dtm.rb diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index e161794c2..528c408e0 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -19,11 +19,6 @@ include_recipe "imagery" -# Remove old incorrectly named site -imagery_site "ana_dtm_2017.openstreetmap.lu" do - action :delete -end - imagery_site "ana-dtm-2017.openstreetmap.lu" do title "OpenStreetMap - ANA DTM 2017" bbox [[49.38, 5.64], [50.2, 6.64]] @@ -40,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 '© 2017 Administration de la Navigation Aérienne Luxembourg, 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_multi_epsg3857.tif" + max_zoom 21 + title "DTM Hillshading (multidirectional)" + copyright 'DEM 2017 Administration de la Navigation Aérienne Luxembourg, hillshading David Morais Ferreira & Guillaume Rischard CC0' +end