X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/56df259055ae541d1f31b8502c549cb84f74778e..97d128e6fd3d8f1ad3a52da652b2a29b02e3d304:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index 3474c4cda..366eff416 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -21,12 +21,12 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do # aliases ["agri.openstreetmap.org.au"] +end - imagery_layer "au_ga_agri" do - site new_resource.name - text "AGRI: The Australian Geographic Reference Image" - copyright "Commonwealth of Australia (Geoscience Australia) - Creative Commons Attribution 4.0 International Licence" - projection "EPSG:3857" - source "/data/imagery/au/agri/combine.vrt" - end +imagery_layer "au_ga_agri" do + site "agri.openstreetmap.org" + text "AGRI: The Australian Geographic Reference Image" + copyright "Commonwealth of Australia (Geoscience Australia) - Creative Commons Attribution 4.0 International Licence" + projection "EPSG:3857" + source "/data/imagery/au/agri/combine.vrt" end