]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/recipes/lu_lidar_hillshade.rb
delete lidar-hillshade-2019 deletion to re-create it right away
[chef.git] / cookbooks / imagery / recipes / lu_lidar_hillshade.rb
1 #
2 # Cookbook:: imagery
3 # Recipe:: lu_lidar_hillshade
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 imagery_site "lidar-hillshade-2019.openstreetmap.lu" do
23   action :delete
24 end
25
26 imagery_site "lidar-hillshade-2019.openstreetmap.lu" do
27   title "OpenStreetMap - Lidar Hillshade 2019"
28   bbox [[49.38, 5.64], [50.2, 6.64]]
29 end
30
31 imagery_layer "lidar_hillshade_2019" do
32   site "lidar-hillshade-2019.openstreetmap.lu"
33   default_layer true
34   projection "EPSG:3857"
35   source "/data/imagery/lu/lidar-hillshade/lu-lidar-2019-epsg3857.tif"
36   max_zoom 21
37   title "Lidar Hillshading"
38   copyright '&copy; 2019 <a href="https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois">Administration du Cadastre et de la Topographie Luxembourg</a>, CC0'
39 end
40
41 imagery_layer "vdl_light6" do
42   action :delete
43 end
44
45 imagery_layer "vdl_light6_deflate" do
46   site "lidar-hillshade-2019.openstreetmap.lu"
47   projection "EPSG:3857"
48   source "/data/imagery/lu/lidar-hillshade/lidar-test-vdl-light6-3857-deflate.tif"
49   max_zoom 22
50   title "Lidar Hillshading Light6 test VdL"
51   copyright '&copy; 2019 <a href="https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois">Administration du Cadastre et de la Topographie Luxembourg</a>, CC0'
52 end