]> git.openstreetmap.org Git - chef.git/commitdiff
imager: fix string quote
authorGrant Slater <github@firefishy.com>
Wed, 27 Mar 2024 17:06:21 +0000 (17:06 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 27 Mar 2024 17:06:21 +0000 (17:06 +0000)
cookbooks/imagery/recipes/za_ngi_aerial.rb

index 26527c2a9bfbc3a467fc7f6c148dac1b39106709..2dbed2ee961ac04ce886662f73f86d6819da87d9 100644 (file)
@@ -33,7 +33,7 @@ imagery_layer "ngi-aerial" do
   source "https://tiler.openstreetmap.org/za-25cm/mosaic-tiler-https.json"
   copyright 'State Copyright &copy; 2024 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>'
   max_zoom 20
-  extension jpg
+  extension "jpg"
   default_layer true
   url_aliases ["/ngi-aerial"]
 end