]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add ea ortho 2015
authorGrant Slater <git@firefishy.com>
Fri, 15 Jul 2016 18:29:00 +0000 (19:29 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 15 Jul 2016 18:29:00 +0000 (19:29 +0100)
cookbooks/imagery/recipes/gb_ea.rb

index 124f914dccab92fd6f947c027b6cf0d12e88b01f..95ab8ff3f0a965106c17d7327dbfe6ec622b8249 100644 (file)
@@ -32,3 +32,14 @@ imagery_layer "gb_ea_night" do
   copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
   background_colour "0 0 0"
 end
+
+imagery_layer "gb_ea_ortho_2015" do
+  site "ea.openstreetmap.org.uk"
+  title "Environment Agency - Ortho - 2015"
+  default_layer true
+  projection "EPSG:27700"
+  source "/data/imagery/gb/ea/ortho/ea-ortho-2015-combined.vrt"
+  max_zoom 19
+  copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
+  background_colour "0 0 0"
+end