]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/au_agri.rb
imagery: fix gb_ea_night extension
[chef.git] / cookbooks / imagery / recipes / au_agri.rb
index 0e0362978dc897af691c26f2ead899c0b5498477..3e233733fde3d2c7e1e54a7989b416da626e7418 100644 (file)
 include_recipe "imagery"
 
 imagery_site "agri.openstreetmap.org" do
-  # aliases ["agri.openstreetmap.org.au"]
+  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"
-  text "AGRI: The Australian Geographic Reference Image"
+  root_layer true
+  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