From 3cb0f3ce882a366fc3e7109f217f0aacbecf7f1c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 27 Mar 2024 17:06:21 +0000 Subject: [PATCH] imager: fix string quote --- cookbooks/imagery/recipes/za_ngi_aerial.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1