]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/gb_hampshire_aerial.rb
Fix rubocop warnings
[chef.git] / cookbooks / imagery / recipes / gb_hampshire_aerial.rb
index ae74a43e56ee1bb2feb8cb1c70d04bdc458fd726..548910384f0f846968a21277e5a255040c72c591 100644 (file)
@@ -20,7 +20,9 @@
 include_recipe "imagery"
 
 imagery_site "hampshire.aerial.openstreetmap.org.uk" do
 include_recipe "imagery"
 
 imagery_site "hampshire.aerial.openstreetmap.org.uk" do
-  # aliases
+  title "OpenStreetMap - Hampshire Hub Aerial"
+  aliases ["a.hampshire.aerial.openstreetmap.org.uk", "b.hampshire.aerial.openstreetmap.org.uk", "c.hampshire.aerial.openstreetmap.org.uk"]
+  bbox [[50.68993, -1.97823], [51.39492, -0.70724]]
 end
 
 imagery_layer "gb_hampshire_aerial_rgb" do
 end
 
 imagery_layer "gb_hampshire_aerial_rgb" do
@@ -30,7 +32,7 @@ imagery_layer "gb_hampshire_aerial_rgb" do
   source "/data/imagery/gb/hampshire-aerial/hampshire-aerial-RGB.tif"
   projection "EPSG:27700"
   copyright "Hampshire Hub - Open Government Licence (OGL) 2014"
   source "/data/imagery/gb/hampshire-aerial/hampshire-aerial-RGB.tif"
   projection "EPSG:27700"
   copyright "Hampshire Hub - Open Government Licence (OGL) 2014"
-  url_aliases [ "/hampshire-rgb" ]
+  url_aliases ["/hampshire-rgb"]
 end
 
 imagery_layer "gb_hampshire_aerial_fcir" do
 end
 
 imagery_layer "gb_hampshire_aerial_fcir" do
@@ -39,5 +41,5 @@ imagery_layer "gb_hampshire_aerial_fcir" do
   source "/data/imagery/gb/hampshire-aerial/hampshire-aerial-FCIR.tif"
   projection "EPSG:27700"
   copyright "Hampshire Hub - Open Government Licence (OGL) 2014"
   source "/data/imagery/gb/hampshire-aerial/hampshire-aerial-FCIR.tif"
   projection "EPSG:27700"
   copyright "Hampshire Hub - Open Government Licence (OGL) 2014"
-  url_aliases [ "/hampshire-fcir" ]
+  url_aliases ["/hampshire-fcir"]
 end
 end