include_recipe "imagery"
imagery_site "agri.openstreetmap.org" do
+ title "OpenStreetMap - The Australian Geographic Reference Image"
# aliases [ "agri.openstreetmap.org.au" ]
bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]]
end
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
end
imagery_site "os.openstreetmap.org" do
+ title "OpenStreetMap - Ordnance Survey OpenData - Street View"
aliases ["os.openstreetmap.org.uk"]
bbox [[49.85, -10.5], [58.75, 1.9]]
end
include_recipe "imagery"
imagery_site "surrey.aerial.openstreetmap.org.uk" do
+ title "OpenStreetMap - Surrey Air Survey - 2009"
# aliases
bbox [[51.0595, -0.873413], [51.466, 0.0617981]]
end
root_layer true
projection "EPSG:27700"
source "/data/imagery/gb/surrey-aerial/SurreyMosaicECW.tif"
+ text "Surrey Air Survey - 2008/2009"
+ copyright "ODC Open Database License (ODbL) - Surrey Heath Borough Council"
url_aliases ["/sas"]
end
default_action :create
property :name, String
+property :title, String, :required => true
property :aliases, [String, Array], :default => []
property :bbox, Array, :required => true
user "root"
group "root"
mode 0644
- variables :title => name
+ variables :title => title
end
cookbook_file "/srv/#{name}/imagery.css" do