X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5216dd84be820f69e4c1503986a94664a2ee0ba6..8d4bc9baedbfb47cc7230173bf5c25376f3c38b0:/cookbooks/imagery/recipes/au_agri.rb diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index 85816c3f4..b9b3396d2 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -8,7 +8,7 @@ # 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, @@ -20,16 +20,20 @@ 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" root_layer true - text "AGRI: The Australian Geographic Reference Image" + 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