]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: do not oversample in mapserver
authorGrant Slater <git@firefishy.com>
Wed, 31 Aug 2016 12:14:11 +0000 (13:14 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 31 Aug 2016 12:14:11 +0000 (13:14 +0100)
cookbooks/imagery/templates/default/mapserver.map.erb

index 84a3803d01256f76d373898d2c189561a72b1341..4af12519a31bc49e272d082a375d067689c892f1 100644 (file)
@@ -49,6 +49,7 @@ MAP
     STATUS       DEFAULT
     TYPE         RASTER
     PROCESSING   "RESAMPLE=AVERAGE"
+    PROCESSING   "OVERSAMPLE_RATIO=1.0"
     PROCESSING   "CLOSE_CONNECTION=DEFER"
   END # layer
 END