X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7426769ee7efed7e0559a58bb5e9bfd9f43d6c2a..e71e016abee9ae32dd357c4765bb7552d5455dde:/cookbooks/imagery/resources/layer.rb diff --git a/cookbooks/imagery/resources/layer.rb b/cookbooks/imagery/resources/layer.rb index 9356a77a4..dddd66522 100644 --- a/cookbooks/imagery/resources/layer.rb +++ b/cookbooks/imagery/resources/layer.rb @@ -23,15 +23,15 @@ property :name, String property :site, String, :required => true property :source, String, :required => true property :text, String -property :copyright, String, :default => "Copyright" +property :copyright, String, :default => "Copyright" property :projection, String, :default => "EPSG:3857" property :palette, String property :extent, String property :background, String -property :resample, String, :default => "average" +property :resample, String, :default => "average" property :imagemode, String property :extension, String -property :max_zoom, Fixnum, :default => 23 +property :max_zoom, Fixnum, :default => 23 action :create do template "/srv/imagery/mapserver/layer-#{name}.map" do