]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix gb_ea_night extension
authorGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:34:09 +0000 (14:34 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 10 Jul 2016 13:34:09 +0000 (14:34 +0100)
cookbooks/imagery/recipes/gb_ea.rb

index 6aaec2ce4774f10d752eab28e4928ac3cf339dc3..e451e65cde79e96565f0c82292783108e9b506f6 100644 (file)
@@ -27,9 +27,8 @@ imagery_layer "gb_ea_night" do
   title "Environment Agency - Night Time Aerial"
   default_layer true
   projection "EPSG:27700"
   title "Environment Agency - Night Time Aerial"
   default_layer true
   projection "EPSG:27700"
-  source "/data/imagery/gb/ea/night/ea-night.vrt"
+  source "/data/imagery/gb/ea/night/ea-night-test.vrt"
   max_zoom 19
   copyright "&copy; Environment Agency copyright and/or database right 2016. All rights reserved."
   background_colour "0 0 0"
   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"
 end
 end