]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: increase coct aerial zoom
authorGrant Slater <git@firefishy.com>
Thu, 25 Aug 2016 22:26:13 +0000 (23:26 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 25 Aug 2016 22:26:13 +0000 (23:26 +0100)
cookbooks/imagery/recipes/za_coct_aerial.rb

index 12df78b3e43b28583e19aab5437a909deed909d8..0291dd1a74bf120f844c87dc2529706db778b1c6 100644 (file)
@@ -32,6 +32,7 @@ imagery_layer "za_coct_aerial_2015" do
   source "/data/imagery/za/coct/2015-tif-epsg-3857.vrt"
   copyright 'Copyright &copy; 2015 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
   default_layer true
+  max_zoom 21
 end
 
 imagery_layer "za_coct_aerial_2013" do
@@ -40,4 +41,5 @@ imagery_layer "za_coct_aerial_2013" do
   title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
   source "/data/imagery/za/coct/2013-tif-epsg-3857.vrt"
   copyright 'Copyright &copy; 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
+  max_zoom 21
 end