]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/au_agri.rb
Fix domain name
[chef.git] / cookbooks / imagery / recipes / au_agri.rb
index e3cc9fce8f542895bd1ec2f6a2c64618b244ef1a..e2eaec353cf4c2767aea57d85f49ac718f4ebf86 100644 (file)
@@ -1,14 +1,14 @@
 #
-# Cookbook Name:: imagery
+# Cookbook:: imagery
 # Recipe:: au_agri
 #
-# Copyright 2016, OpenStreetMap Foundation
+# Copyright:: 2016, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -21,7 +21,7 @@ include_recipe "imagery"
 
 imagery_site "agri.openstreetmap.org" do
   title "OpenStreetMap - The Australian Geographic Reference Image"
-  aliases ["a.agri.openstreetmap.org", "b.agri.openstreetmap.org", "c.agri.openstreetmap.org"]
+  aliases ["agri.osm.org"]
   bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]]
 end
 
@@ -34,5 +34,6 @@ imagery_layer "au_ga_agri" do
   background_colour "0 0 0" # Black
   projection "EPSG:3857"
   source "/data/imagery/au/agri/combine.vrt"
+  max_zoom 17
   revision 1
 end