]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: allow extra zoom for gb_ea imagery
authorGrant Slater <git@firefishy.com>
Fri, 15 Jul 2016 19:17:29 +0000 (20:17 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 15 Jul 2016 19:17:29 +0000 (20:17 +0100)
cookbooks/imagery/recipes/gb_ea.rb

index b6131930ac5fbc8c61971e7e27c0efb8af7ca558..6a4e14286527459cdc9634a0e3eb24ad1d459212 100644 (file)
@@ -28,7 +28,7 @@ imagery_layer "gb_ea_night" do
   default_layer true
   projection "EPSG:27700"
   source "/data/imagery/gb/ea/night/ea-night-test.vrt"
-  max_zoom 19
+  max_zoom 20
   copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
   background_colour "0 0 0"
 end
@@ -38,7 +38,7 @@ imagery_layer "gb_ea_ortho_2015" do
   title "Environment Agency - Ortho - 2015"
   projection "EPSG:27700"
   source "/data/imagery/gb/ea/ortho/ea-ortho-2015-combined-fast.vrt"
-  max_zoom 19
+  max_zoom 20
   copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
   background_colour "0 0 0"
 end