X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/724d624cb25f8324009ddd4f655b8e1c944f17a3..b5af72fbaa7258c5da0224d2dd818d93ff9c217c:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index dc9258fc2..99dcb972a 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -20,7 +20,8 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do - aliases [ "agri.openstreetmap.org.au" ] + # aliases [ "agri.openstreetmap.org.au" ] + bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]] end imagery_layer "au_ga_agri" do @@ -28,6 +29,8 @@ imagery_layer "au_ga_agri" do 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