]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/recipes/au_vic_melbourne_aerial.rb
add city of melbourne imagery
[chef.git] / cookbooks / imagery / recipes / au_vic_melbourne_aerial.rb
1 #
2 # Cookbook:: imagery
3 # Recipe:: au_vic_melbourne_aerial
4 #
5 # Copyright:: 2024, 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 #     https://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::tiler"
21
22 imagery_site "au-vic-melbourne-imagery.openstreetmap.org" do
23   title "OpenStreetMap - City of Melbourne - Aerial Imagery"
24   aliases ["au-vic-melbourne-imagery.osm.org"]
25   # https://leafletjs.com/reference.html#latlngbounds format
26   # [[south, west], [north, east]]
27   bbox [[-37.850667, 144.896981], [-37.775451, 144.991351]]
28   uses_tiler true
29 end
30
31 imagery_layer "melbourne-2020" do
32   site "au-vic-melbourne-imagery.openstreetmap.org"
33   uses_tiler true
34   title "AU City of Melbourne 2020"
35   source "file:///store/imagery/au/city-of-melbourne/CoM_May2020_2cm.cog.tiff"
36   copyright "(c) 2020 City of Melbourne"
37   max_zoom 23
38   extension "jpg"
39   default_layer true
40 end
41
42 imagery_layer "melbourne-2019" do
43   site "au-vic-melbourne-imagery.openstreetmap.org"
44   uses_tiler true
45   title "AU City of Melbourne 2019"
46   source "file:///store/imagery/au/city-of-melbourne/CoM_03Feb2019.cog.tiff"
47   copyright "(c) 2019 City of Melbourne"
48   max_zoom 21
49   extension "jpg"
50 end
51
52 imagery_layer "melbourne-2018" do
53   site "au-vic-melbourne-imagery.openstreetmap.org"
54   uses_tiler true
55   title "AU City of Melbourne 2018"
56   source "file:///store/imagery/au/city-of-melbourne/CoM_May2018_10cm.COG.tiff"
57   copyright "(c) 2018 City of Melbourne"
58   max_zoom 21
59   extension "jpg"
60 end