]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/recipes/lu_ngl_dtm.rb
5d34c193b90a51b4aab5e7a0cff91be9169f4c2b
[chef.git] / cookbooks / imagery / recipes / lu_ngl_dtm.rb
1 #
2 # Cookbook:: imagery
3 # Recipe:: gb_surrey_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 #     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"
21
22 ssl_certificate "ana_dtm_2017.openstreetmap.lu" do
23   action :delete
24 end
25
26 imagery_site "ana-dtm-2017.openstreetmap.lu" do
27   title "OpenStreetMap - ANA DTM 2017"
28   bbox [[49.38, 5.64], [50.2, 6.64]]
29 end
30
31 imagery_layer "ana_dtm_2017" do
32   site "ana-dtm-2017.openstreetmap.lu"
33   default_layer true
34   projection "EPSG:3857"
35   source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif"
36   max_zoom 21
37   title "DTM"
38   copyright "Copyright"
39 end
40
41 imagery_layer "ana_dtm_2017_hillshading" do
42   site "ana-dtm-2017.openstreetmap.lu"
43   projection "EPSG:2169"
44   source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif"
45   max_zoom 21
46   title "DTM Hillshading"
47   copyright "Copyright"
48 end