[mapserver-commits] r9436 - trunk/docs/en/input

svn at osgeo.org svn at osgeo.org
Fri Oct 9 17:49:13 EDT 2009


Author: warmerdam
Date: 2009-10-09 17:49:13 -0400 (Fri, 09 Oct 2009)
New Revision: 9436

Modified:
   trunk/docs/en/input/raster.txt
Log:
Added docs for LOAD_WHOLE_IMAGE and LOAD_FULL_RES_IMAGE.


Modified: trunk/docs/en/input/raster.txt
===================================================================
--- trunk/docs/en/input/raster.txt	2009-10-09 21:37:58 UTC (rev 9435)
+++ trunk/docs/en/input/raster.txt	2009-10-09 21:49:13 UTC (rev 9436)
@@ -534,6 +534,24 @@
        PROCESSING "RESAMPLE=NEAREST"
        PROCESSING "RESAMPLE=AVERAGE"
        PROCESSING "RESAMPLE=BILINEAR"
+
+**LOAD_FULL_RES_IMAGE=YES/NO**
+    This option affects how image data is loaded for the resampler when
+    reprojecting or otherwise going through complex resampling (as opposed 
+    to the fast default image decimation code path).  This forces the source
+    image to be loaded at full resolution if turned on (default is NO).  This
+    helps work around problems with default image resolution selection in 
+    when radical warping is being done.  It can result in very slow processing
+    if the source image is large.
+
+**LOAD_WHOLE_IMAGE=YES/NO**
+   This option affects how image data is loaded for the resampler (as above).
+   This option, if turned on, will cause the whole source image to be loaded
+   and helps make up for problem identifying the area required, usually due
+   to radical image reprojection near a dateline or projection "horizon". 
+   The default is NO.  Turning this on can dramatically affect rendering 
+   performance and memory requirements.
+
     
 Raster Query
 ============



More information about the mapserver-commits mailing list