X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d85c0c761b1ec292ad6294061e3ecbbdb0ec9c5d..676e7e3ec80b5182b7f59cba834a210a852cbc63:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index 0e0362978..f2fe09bcc 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -20,13 +20,17 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do - # aliases ["agri.openstreetmap.org.au"] + # aliases [ "agri.openstreetmap.org.au" ] + git_repository "https://github.com/Firefishy/osm-imagery-agri-site.git" 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" + revision 1 end