From: Grant Slater Date: Wed, 27 Mar 2024 17:06:21 +0000 (+0000) Subject: imager: fix string quote X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3cb0f3ce882a366fc3e7109f217f0aacbecf7f1c imager: fix string quote --- diff --git a/cookbooks/imagery/recipes/za_ngi_aerial.rb b/cookbooks/imagery/recipes/za_ngi_aerial.rb index 26527c2a9..2dbed2ee9 100644 --- a/cookbooks/imagery/recipes/za_ngi_aerial.rb +++ b/cookbooks/imagery/recipes/za_ngi_aerial.rb @@ -33,7 +33,7 @@ imagery_layer "ngi-aerial" do source "https://tiler.openstreetmap.org/za-25cm/mosaic-tiler-https.json" copyright 'State Copyright © 2024 Chief Directorate: National Geo-spatial Information' max_zoom 20 - extension jpg + extension "jpg" default_layer true url_aliases ["/ngi-aerial"] end