]> git.openstreetmap.org Git - chef.git/commitdiff
Imagery - Fix background_colour property
authorGrant Slater <git@firefishy.com>
Sun, 31 Jan 2016 18:03:29 +0000 (18:03 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 31 Jan 2016 18:03:29 +0000 (18:03 +0000)
cookbooks/imagery/resources/layer.rb

index ee6a8f1c06ce1c3d291693ddb82d3a6391be55f0..3548d72fcd09bc1d5970140764c6901b16852526 100644 (file)
@@ -27,7 +27,7 @@ property :copyright, String, :default => "Copyright"
 property :projection, String, :default => "EPSG:3857"
 property :palette, String
 property :extent, String
-property :background, String
+property :background_colour, String
 property :resample, String, :default => "average"
 property :imagemode, String
 property :extension, String,