X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b5f1516eba7a79f6f3ec6d7eb5e3517f544cda3f..ab813bfc1ff59184c3545e2a146cb1cb7a3d6408:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index f2fe09bcc..3e233733f 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -20,17 +20,20 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do - # aliases [ "agri.openstreetmap.org.au" ] - git_repository "https://github.com/Firefishy/osm-imagery-agri-site.git" + title "OpenStreetMap - The Australian Geographic Reference Image" + aliases ["agri.osm.org"] + bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]] end imagery_layer "au_ga_agri" do site "agri.openstreetmap.org" root_layer true - text "AGRI: The Australian Geographic Reference Image" + default_layer true + title "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" + max_zoom 17 revision 1 end