3 # Recipe:: gb_surrey_aerial
5 # Copyright:: 2016, 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"
22 imagery_site "ana_dtm_2017.openstreetmap.lu" do
23 title "OpenStreetMap - ANA DTM 2017"
24 bbox [[49.38, 5.64], [50.2, 6.64]]
27 imagery_layer "ana_dtm_2017" do
28 site "ana_dtm_2017.openstreetmap.lu"
30 projection "EPSG:3857"
31 source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif"
37 imagery_layer "ana_dtm_2017_hillshading" do
38 site "ana_dtm_2017.openstreetmap.lu"
39 projection "EPSG:2169"
40 source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif"
42 title "DTM Hillshading"