]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/gb_hampshire_aerial.rb
imagery: add html titles
[chef.git] / cookbooks / imagery / recipes / gb_hampshire_aerial.rb
index ae74a43e56ee1bb2feb8cb1c70d04bdc458fd726..ff6ef74ee797f1e834851fc608226d054340bbec 100644 (file)
@@ -20,7 +20,9 @@
 include_recipe "imagery"
 
 imagery_site "hampshire.aerial.openstreetmap.org.uk" do
+  title "OpenStreetMap - Hampshire Hub Aerial"
   # aliases
+  bbox [[50.564, -1.9899], [51.3606, -0.712738]]
 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"
-  url_aliases [ "/hampshire-rgb" ]
+  url_aliases ["/hampshire-rgb"]
 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"
-  url_aliases [ "/hampshire-fcir" ]
+  url_aliases ["/hampshire-fcir"]
 end