From c8d99c18c104a8df114a01df5fd323d66acf5172 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 26 Jun 2026 09:45:30 +0100 Subject: [PATCH] imagery: Update AU ACT sources --- cookbooks/imagery/recipes/au_act_aerial.rb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/cookbooks/imagery/recipes/au_act_aerial.rb b/cookbooks/imagery/recipes/au_act_aerial.rb index f50fb55da..896ebf2eb 100644 --- a/cookbooks/imagery/recipes/au_act_aerial.rb +++ b/cookbooks/imagery/recipes/au_act_aerial.rb @@ -40,6 +40,30 @@ imagery_layer "act_aerial_imagery_latest" do default_layer true end +imagery_layer "act_aerial_imagery_202603" do + site "act-imagery.openstreetmap.org" + title "ACT Aerial Imagery 202603" + projection "EPSG:7855" + source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202603/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_202411/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_202512" do + site "act-imagery.openstreetmap.org" + title "ACT Aerial Imagery 202512" + projection "EPSG:7855" + source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202512/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_202411/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_202505" do site "act-imagery.openstreetmap.org" title "ACT Aerial Imagery 202505" -- 2.47.3