X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/97d128e6fd3d8f1ad3a52da652b2a29b02e3d304..51bcab518ab2a024ca5320cac1bceeafd292d76e:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index 366eff416..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 "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