2 # Cookbook Name:: imagery
3 # Recipe:: za_coct_aerial
5 # Copyright 2016, OpenStreetMap Foundation
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 # http://www.apache.org/licenses/LICENSE-2.0
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
20 include_recipe "imagery"
22 imagery_site "coct.aerial.openstreetmap.org.za" do
23 title "OpenStreetMap - City of Cape Town Aerial"
24 aliases ["coct.aerial.osm.org.za"]
25 bbox [[-34.365, 18.290], [-33.465, 19.015]]
28 imagery_layer "za_coct_aerial_2015" do
29 projection "EPSG:3857"
30 site "coct.aerial.openstreetmap.org.za"
31 title "City of Cape Town Aerial - 2015 (OSM USE ONLY)"
32 source "/data/imagery/za/coct/2015-epsg-3857.tif"
33 copyright 'Copyright © 2015 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
34 background_colour "0 0 0"
40 imagery_layer "za_coct_aerial_2015_hart94" do
42 site "coct.aerial.openstreetmap.org.za"
43 source "/data/imagery/za/coct/2015-hart94-epsg-3857.tif"
46 imagery_layer "za_coct_aerial_2013" do
48 # projection "EPSG:3857"
49 site "coct.aerial.openstreetmap.org.za"
50 # title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
51 source "/data/imagery/za/coct/2013-tif-epsg-3857.vrt"
52 # copyright 'Copyright © 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'