From 343322b30979294a2a7c0773fcc87b93e567e1f6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 31 Aug 2016 13:14:11 +0100 Subject: [PATCH] imagery: do not oversample in mapserver --- cookbooks/imagery/templates/default/mapserver.map.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/imagery/templates/default/mapserver.map.erb b/cookbooks/imagery/templates/default/mapserver.map.erb index 84a3803d0..4af12519a 100644 --- a/cookbooks/imagery/templates/default/mapserver.map.erb +++ b/cookbooks/imagery/templates/default/mapserver.map.erb @@ -49,6 +49,7 @@ MAP STATUS DEFAULT TYPE RASTER PROCESSING "RESAMPLE=AVERAGE" + PROCESSING "OVERSAMPLE_RATIO=1.0" PROCESSING "CLOSE_CONNECTION=DEFER" END # layer END -- 2.43.2