3 # Recipe:: au_vic_melbourne_aerial
5 # Copyright:: 2024, 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 # https://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::tiler"
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]]
31 imagery_layer "melbourne-2020" do
32 site "au-vic-melbourne-imagery.openstreetmap.org"
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"
42 imagery_layer "melbourne-2019" do
43 site "au-vic-melbourne-imagery.openstreetmap.org"
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"
52 imagery_layer "melbourne-2018" do
53 site "au-vic-melbourne-imagery.openstreetmap.org"
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"