From 012b90bc2ffa9987b677ef7365adad237b18c932 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 19 Aug 2025 09:20:13 +0100 Subject: [PATCH] imagery: delete outdated layer --- cookbooks/imagery/recipes/au_act_aerial.rb | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/cookbooks/imagery/recipes/au_act_aerial.rb b/cookbooks/imagery/recipes/au_act_aerial.rb index 21c869cf7..5d6c7d8f1 100644 --- a/cookbooks/imagery/recipes/au_act_aerial.rb +++ b/cookbooks/imagery/recipes/au_act_aerial.rb @@ -113,14 +113,15 @@ imagery_layer "act_aerial_imagery_202311" do end # 2025 August - No longer available - appears password protected -# imagery_layer "act_aerial_imagery_202305" do -# site "act-imagery.openstreetmap.org" -# title "ACT Aerial Imagery 202305" -# projection "EPSG:7855" -# source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202305/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" -# # attribution per https://www.actmapi.act.gov.au/terms-and-conditions and https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202305/MapServer/ -# copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap. " -# background_colour "0 0 0" -# extension "jpeg" -# max_zoom 22 -# end +imagery_layer "act_aerial_imagery_202305" do + action :delete + site "act-imagery.openstreetmap.org" + title "ACT Aerial Imagery 202305" + projection "EPSG:7855" + source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202305/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" + # attribution per https://www.actmapi.act.gov.au/terms-and-conditions and https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202305/MapServer/ + copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap. " + background_colour "0 0 0" + extension "jpeg" + max_zoom 22 +end -- 2.39.5