]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add environment agency night time aerial
authorGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:15:31 +0000 (14:15 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:15:31 +0000 (14:15 +0100)
cookbooks/imagery/recipes/gb_ea_night.rb [new file with mode: 0644]

diff --git a/cookbooks/imagery/recipes/gb_ea_night.rb b/cookbooks/imagery/recipes/gb_ea_night.rb
new file mode 100644 (file)
index 0000000..559160a
--- /dev/null
@@ -0,0 +1,14 @@
+imagery_site "ea.openstreetmap.org.uk" do
+  title "OpenStreetMap - Environment Agency OpenData"
+  bbox [[49.85, -10.5], [58.75, 1.9]]
+end
+
+imagery_layer "gb_ea_night" do
+  site "ea.openstreetmap.org.uk"
+  title "Environment Agency - Night Time Aerial"
+  projection "EPSG:27700"
+  source "/data/imagery/gb/ea/night/ea-night.vrt"
+  copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
+  background_colour "0 0 0"
+  extension "os_sv_png"
+end