]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: enable gb_ea
authorGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:24:41 +0000 (14:24 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:24:41 +0000 (14:24 +0100)
cookbooks/imagery/recipes/gb_ea.rb [moved from cookbooks/imagery/recipes/gb_ea_night.rb with 93% similarity]
roles/imagery.rb

similarity index 93%
rename from cookbooks/imagery/recipes/gb_ea_night.rb
rename to cookbooks/imagery/recipes/gb_ea.rb
index 559160a291bf8eedf7764e1b7e25fde7e36a63fe..35878935622239fe6cf27822ae3f9a24859adf49 100644 (file)
@@ -6,8 +6,10 @@ end
 imagery_layer "gb_ea_night" do
   site "ea.openstreetmap.org.uk"
   title "Environment Agency - Night Time Aerial"
+  default_layer true
   projection "EPSG:27700"
   source "/data/imagery/gb/ea/night/ea-night.vrt"
+  max_zoom 19
   copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
   background_colour "0 0 0"
   extension "os_sv_png"
index 8f13b6baa871205b9c83c1cd5e45f8356e51f6de..8b2986f61b467d25793a8dfe0bd432a31b329526 100644 (file)
@@ -49,6 +49,7 @@ default_attributes(
 
 run_list(
   "recipe[imagery::au_agri]",
+  "recipe[imagery::gb_ea]",
   "recipe[imagery::gb_hampshire_aerial]",
   "recipe[imagery::gb_os_sv]",
   "recipe[imagery::gb_surrey_aerial]",