]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/au_agri.rb
Imagery - additional mapserver param support
[chef.git] / cookbooks / imagery / recipes / au_agri.rb
index 366eff416eb388924028ba88c14cf433a9d86ef7..d17e726d5ec7c0aa24a6872bf2d29d23772e6dfe 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Cookbook Name:: imagery
-# Recipe:: au-agri
+# Recipe:: au_agri
 #
 # Copyright 2016, OpenStreetMap Foundation
 #
 include_recipe "imagery"
 
 imagery_site "agri.openstreetmap.org" do
-  # aliases ["agri.openstreetmap.org.au"]
+  # aliases [ "agri.openstreetmap.org.au" ]
 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"
 end