X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/56df259055ae541d1f31b8502c549cb84f74778e..f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index 3474c4cda..d17e726d5 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -1,6 +1,6 @@ # # Cookbook Name:: imagery -# Recipe:: au-agri +# Recipe:: au_agri # # Copyright 2016, OpenStreetMap Foundation # @@ -20,13 +20,15 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do - # aliases ["agri.openstreetmap.org.au"] + # 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" + root_layer true + text "AGRI: The Australian Geographic Reference Image" + copyright "Commonwealth of Australia (Geoscience Australia) - Creative Commons Attribution 4.0 International Licence" + background_colour "0 0 0" # Black + projection "EPSG:3857" + source "/data/imagery/au/agri/combine.vrt" end