<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <br>
&gt; MapServer does not use gdalwarp or it's underlying algorithm.  these<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Frank,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>hm, probably i got the docs mixed up because of the 'geospatial raster formats' line at GDAL/OGR.<br>
Could a clear hint make it into the docs, please ?<br>
(Because i've been trying hard to get gdalwarp up and running in the first place. Blind me.)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Thanks for your reply.<br>
Heiko<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>From the docs:<br>
<a href="http://trac.osgeo.org/proj/"><span style=" text-decoration: underline; color:#0057ae;">PROJ.4</span></a>:<br>
<p style=" margin-top:0px; margin-bottom:8px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Proj.4 provides on-the-fly projection support to MapServer. Users whose data are in different projection systems can use this library to reproject into a common projection. It is also required for WMS, WFS or WCS services.</p><p style=" margin-top:8px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a href="http://www.gdal.org/"><span style=" text-decoration: underline; color:#0057ae;">GDAL/OGR</span></a>:</p><p style=" margin-top:0px; margin-bottom:8px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">The GDAL/OGR library allows MapServer to read a variety of geospatial raster formats (GDAL) and vector formats (OGR). It can be downloaded at <a href="http://www.gdal.org/"><span style=" text-decoration: underline; color:#0057ae;">http://www.gdal.org/</span></a>.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; two processing options can influence the MapServer source area selection<br>
&gt; but there is no direct analog for SOURCE_EXTRA.  There is some hardcoded<br>
&gt; logic to grow the source area by two pixels, but this is sometimes far<br>
&gt; from being enough.<br>
&gt; <br>
&gt; **LOAD_FULL_RES_IMAGE=YES/NO**<br>
&gt;      This option affects how image data is loaded for the resampler when<br>
&gt;      reprojecting or otherwise going through complex resampling (as opposed<br>
&gt;      to the fast default image decimation code path).  This forces the source<br>
&gt;      image to be loaded at full resolution if turned on (default is NO).  This<br>
&gt;      helps work around problems with default image resolution selection in<br>
&gt;      when radical warping is being done.  It can result in very slow processing<br>
&gt;      if the source image is large.<br>
&gt; <br>
&gt; **LOAD_WHOLE_IMAGE=YES/NO**<br>
&gt;     This option affects how image data is loaded for the resampler (as above).<br>
&gt;     This option, if turned on, will cause the whole source image to be loaded<br>
&gt;     and helps make up for problem identifying the area required, usually due<br>
&gt;     to radical image reprojection near a dateline or projection "horizon".<br>
&gt;     The default is NO.  Turning this on can dramatically affect rendering<br>
&gt;     performance and memory requirements.<br>
&gt; <br>
&gt; Best regards,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>