From: Grant Slater Date: Thu, 9 May 2024 00:20:45 +0000 (+0100) Subject: imagery: za fix NGI url X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5bb7bf7aa78aa8bc9876f3ec3502572f4b6809d3 imagery: za fix NGI url --- diff --git a/cookbooks/imagery/recipes/za_ngi_aerial.rb b/cookbooks/imagery/recipes/za_ngi_aerial.rb index c0b564223..36123dcb5 100644 --- a/cookbooks/imagery/recipes/za_ngi_aerial.rb +++ b/cookbooks/imagery/recipes/za_ngi_aerial.rb @@ -31,7 +31,7 @@ imagery_layer "ngi-aerial" do uses_tiler true title "NGI Aerial 25cm/50cm" source "file:///store/imagery/za/za-25cm/mosaic-tiler-file.json" - copyright 'State Copyright © 2024 Chief Directorate: National Geo-spatial Information' + copyright 'State Copyright © 2024 Chief Directorate: National Geo-spatial Information' max_zoom 20 extension "jpg" default_layer true diff --git a/cookbooks/imagery/recipes/za_ngi_topo.rb b/cookbooks/imagery/recipes/za_ngi_topo.rb index 22cd752fa..46d0a8bc0 100644 --- a/cookbooks/imagery/recipes/za_ngi_topo.rb +++ b/cookbooks/imagery/recipes/za_ngi_topo.rb @@ -30,7 +30,7 @@ imagery_layer "za_ngi_topo_250k" do title "NGI Topo 250k" projection "EPSG:3857" source "/data/imagery/za/ngi-topo-250k/ngi-topo-250k-combined.vrt" - copyright 'State Copyright © 1996–2010 Chief Directorate: National Geo-spatial Information' + copyright 'State Copyright © 1996–2010 Chief Directorate: National Geo-spatial Information' default_layer true end @@ -39,5 +39,5 @@ imagery_layer "za_ngi_topo_50k" do title "NGI Topo 50k" projection "EPSG:3857" source "/data/imagery/za/ngi-topo-50k/ngi-topo-50k-combined.vrt" - copyright 'State Copyright © 1996–2013 Chief Directorate: National Geo-spatial Information' + copyright 'State Copyright © 1996–2013 Chief Directorate: National Geo-spatial Information' end