From 5cb1985f5adbbedbd1b558bb994872c2d8ff2de2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 Sep 2016 20:34:37 +0100 Subject: [PATCH] Fix rubocop warnings --- cookbooks/imagery/recipes/za_coct_aerial.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/imagery/recipes/za_coct_aerial.rb b/cookbooks/imagery/recipes/za_coct_aerial.rb index 34749efeb..45d246b05 100644 --- a/cookbooks/imagery/recipes/za_coct_aerial.rb +++ b/cookbooks/imagery/recipes/za_coct_aerial.rb @@ -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 © 2013 City of Cape Town' -# max_zoom 21 + # copyright 'Copyright © 2013 City of Cape Town' + # max_zoom 21 end -- 2.39.5