[mapserver-users] GDAL WMS

Tamas Szekeres szekerest at gmail.com
Mon Mar 15 06:41:54 EDT 2010


2010/3/15 James Perrins <james.perrins at gmail.com>

>
> It seems that mapserver requests too many tiles / images from WMS for
> the current screen image required - it then re-samples this resulting
> in poor quality being served through mapserver (and often with too
> much detail for the size returned meaning its still more broken up on
> labels etc)
>
>
James,

MapServer resamples the image according to the desired scale (which is not
necessarily the same as the scale of the WMS source). You could somewhat
increase the quality of the resampling by specifying a more sophisticated
algorithm as a layer processing option, for example:

PROCESSING "RESAMPLE=BILINEAR"


By default a larger image is requersted from the data source which may
result in a higher amount of tiles to be downloaded. This effect can be
controlled by specifying the oversample ratio, for example:

PROCESSING "OVERSAMPLE_RATIO=1"


Best regards,

Tamas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20100315/343420c7/attachment.html


More information about the mapserver-users mailing list