From 14522c7ab6762ebdf5183aa85ca98ee50d2f53d9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 1 Feb 2025 21:30:39 +0000 Subject: [PATCH] imagery: try force update --- cookbooks/imagery/recipes/au_act_aerial.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbooks/imagery/recipes/au_act_aerial.rb b/cookbooks/imagery/recipes/au_act_aerial.rb index 3f7c3b25d..990e80788 100644 --- a/cookbooks/imagery/recipes/au_act_aerial.rb +++ b/cookbooks/imagery/recipes/au_act_aerial.rb @@ -33,7 +33,7 @@ imagery_layer "act_aerial_imagery_202409" do projection "EPSG:7855" source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202409/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_202409/MapServer/ - copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap." + copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap. " default_layer true background_colour "0 0 0" extension "jpeg" @@ -46,7 +46,7 @@ imagery_layer "act_aerial_imagery_202311" do projection "EPSG:7855" source "https://tiles.arcgis.com/tiles/E5n4f1VY84i0xSjy/arcgis/rest/services/ACT_Aerial_Imagery_202311/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_202311/MapServer/ - copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap." + copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap. " default_layer true background_colour "0 0 0" extension "jpeg" @@ -59,7 +59,7 @@ imagery_layer "act_aerial_imagery_202305" do 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." + copyright "ACT Imagery from ACTmapi (c) Australian Capital Territory and MetroMap. " default_layer true background_colour "0 0 0" extension "jpeg" -- 2.39.5