]> git.openstreetmap.org Git - chef.git/commitdiff
Fix rubocop warnings
authorTom Hughes <tom@compton.nu>
Thu, 1 Sep 2016 19:34:37 +0000 (20:34 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 1 Sep 2016 19:34:37 +0000 (20:34 +0100)
cookbooks/imagery/recipes/za_coct_aerial.rb

index 34749efeb20d4726c7b0f62d1f215dfefd620855..45d246b0559b08fa40940d50e45ff4527bb7a425 100644 (file)
@@ -45,10 +45,10 @@ end
 
 imagery_layer "za_coct_aerial_2013" do
   action :delete
-#   projection "EPSG:3857"
+  #   projection "EPSG:3857"
   site "coct.aerial.openstreetmap.org.za"
-#   title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
+  #   title "City of Cape Town Aerial - 2013 (OSM USE ONLY)"
   source "/data/imagery/za/coct/2013-tif-epsg-3857.vrt"
-#   copyright 'Copyright &copy; 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
-#   max_zoom 21
+  #   copyright 'Copyright &copy; 2013 <a href="https://www.capetown.gov.za/">City of Cape Town</a>'
+  #   max_zoom 21
 end