From 528e445c1718da23c21fec3560862dc97539eb71 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 1 Feb 2025 21:20:29 +0000 Subject: [PATCH] imagery: fix dual encoding issue --- 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 86bc018cd..3f7c3b25d 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 ©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 ©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 ©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