X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dd953811398173fee9a73f7761c7d63902b5391b..afcb07ba438a01c65d701902dfcb39b04a0719ec:/cookbooks/imagery/recipes/lu_ngl_dtm.rb?ds=inline diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 620be7cec..0fa2172b9 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -1,6 +1,6 @@ # # Cookbook:: imagery -# Recipe:: gb_surrey_aerial +# Recipe:: lu_ngl_dtm # # Copyright:: 2016, OpenStreetMap Foundation # @@ -24,21 +24,12 @@ imagery_site "ana-dtm-2017.openstreetmap.lu" do bbox [[49.38, 5.64], [50.2, 6.64]] end -imagery_layer "ana_dtm_2017" do - site "ana-dtm-2017.openstreetmap.lu" - projection "EPSG:3857" - source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif" - max_zoom 21 - title "DTM" - copyright "Copyright" -end - -imagery_layer "ana_dtm_2017_hillshading" do +imagery_layer "ana_dtm_2017_hillshading_multi" do site "ana-dtm-2017.openstreetmap.lu" default_layer true - projection "EPSG:2169" - source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif" + projection "EPSG:3857" + source "/store/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM_hillshade_multi_epsg3857.tif" max_zoom 21 - title "DTM Hillshading" - copyright "Copyright" + title "DTM Hillshading (multidirectional)" + copyright 'DEM 2017 Administration de la Navigation Aérienne Luxembourg, hillshading David Morais Ferreira & Guillaume Rischard CC0' end