]> git.openstreetmap.org Git - chef.git/commitdiff
Attribution for lu_ngl_dtm
authorGuillaume RISCHARD <git@stereo.lu>
Thu, 26 Mar 2020 11:50:34 +0000 (12:50 +0100)
committerGuillaume RISCHARD <git@stereo.lu>
Thu, 26 Mar 2020 11:50:34 +0000 (12:50 +0100)
cookbooks/imagery/recipes/lu_ngl_dtm.rb

index 3b8999006da515ef2deac44f890f94a059d7ecc9..845cbdbdace53a6ecdce4c7c3817941e8a88e74c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Cookbook:: imagery
-# Recipe:: gb_surrey_aerial
+# Recipe:: lu_ngl_dtm
 #
 # Copyright:: 2016, OpenStreetMap Foundation
 #
@@ -30,7 +30,7 @@ imagery_layer "ana_dtm_2017" do
   source "/data/imagery/lu/LUREF_NGL/lu_color_relief-epsg3857-compress.tif"
   max_zoom 21
   title "DTM"
-  copyright "Copyright"
+  copyright '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation AĆ©rienne Luxembourg</a>, 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 '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation AĆ©rienne Luxembourg</a>, CC0'
 end