X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dbde40951c57ef9a5c5abc47e995d7b46d8ed3cd..9f7bd649654a83e58e87f4d3605f7097abeb42fb:/cookbooks/imagery/recipes/lu_ngl_dtm.rb?ds=sidebyside
diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb
index 0075a4232..6157994d4 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
#
@@ -27,10 +27,10 @@ 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"
+ source "/data/imagery/lu/LUREF_NGL/lu_color_relief-epsg3857-compress.tif"
max_zoom 21
title "DTM"
- copyright "Copyright"
+ copyright '© 2017 Administration de la Navigation Aérienne Luxembourg, CC0'
end
imagery_layer "ana_dtm_2017_hillshading" do
@@ -40,5 +40,5 @@ imagery_layer "ana_dtm_2017_hillshading" do
source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif"
max_zoom 21
title "DTM Hillshading"
- copyright "Copyright"
+ copyright '© 2017 Administration de la Navigation Aérienne Luxembourg, CC0'
end