X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a..911c341fc1a9c341fe1aadfcdf6ce32864180ae7:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index d17e726d5..921cbe2d2 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -20,7 +20,9 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do + title "OpenStreetMap - The Australian Geographic Reference Image" # aliases [ "agri.openstreetmap.org.au" ] + bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]] end imagery_layer "au_ga_agri" do @@ -31,4 +33,5 @@ imagery_layer "au_ga_agri" do background_colour "0 0 0" # Black projection "EPSG:3857" source "/data/imagery/au/agri/combine.vrt" + revision 1 end