2010/3/15 James Perrins <[email protected]>

>
> 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
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to