Skip to content

Commit

Permalink
Deleted unused layers
Browse files Browse the repository at this point in the history
  • Loading branch information
grischard committed Jun 18, 2023
1 parent 3975b0b commit 88e01cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions cookbooks/imagery/recipes/lu_lidar_hillshade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@

imagery_layer "mappers_delight_lidar_dem_2019" do
site "lidar-hillshade-2019.openstreetmap.lu"
projection "EPSG:3857"
source "/data/imagery/lu/lidar-hillshade/dem-3857.tif"
max_zoom 20
title "OpenStreetMap.lu Mapper's Delight 2019 Lidar DEM"
copyright 'Lidar data 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>, DEM <a href="https://twitter.com/grischard">Guillaume Rischard</a>, CC0'
action :delete
end

imagery_layer "mappers_delight_lidar_hillshade_2019_reprojected" do
Expand Down
12 changes: 2 additions & 10 deletions cookbooks/imagery/recipes/lu_ngl_dtm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@

imagery_layer "ana_dtm_2017" do
site "ana-dtm-2017.openstreetmap.lu"
projection "EPSG:3857"
source "/data/imagery/lu/LUREF_NGL/lu_color_relief-epsg3857-compress.tif"
max_zoom 21
title "DTM"
copyright '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation A&eacute;rienne Luxembourg</a>, CC0'
action: delete
end

imagery_layer "ana_dtm_2017_hillshading" do
site "ana-dtm-2017.openstreetmap.lu"
projection "EPSG:3857"
source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017-epsg-3857-compress.tif"
max_zoom 21
title "DTM Hillshading (single light source)"
copyright '&copy; 2017 <a href="https://data.public.lu/fr/datasets/digital-terrain-model-high-dem-resolution/">Administration de la Navigation A&eacute;rienne Luxembourg</a>, CC0'
action: delete
end

imagery_layer "ana_dtm_2017_hillshading_multi" do
Expand Down

0 comments on commit 88e01cf

Please sign in to comment.