]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/recipes/za_coct_aerial.rb
imagery: fix coct bbox
[chef.git] / cookbooks / imagery / recipes / za_coct_aerial.rb
1 #
2 # Cookbook Name:: imagery
3 # Recipe:: za_coct_aerial
4 #
5 # Copyright 2016, OpenStreetMap Foundation
6 #
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
10 #
11 #     http://www.apache.org/licenses/LICENSE-2.0
12 #
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.
18 #
19
20 include_recipe "imagery"
21
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]]
26 end
27
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-fast.tif"
33   copyright 'Copyright &copy; 2015 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
34   default_layer true
35   max_zoom 21
36 end
37
38 # imagery_layer "za_coct_aerial_2013" do
39 #   projection "EPSG:3857"
40 #   site "coct.aerial.openstreetmap.org.za"
41 #   title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
42 #   source "/data/imagery/za/coct/2013-tif-epsg-3857.vrt"
43 #   copyright 'Copyright &copy; 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
44 #   max_zoom 21
45 # end