display polygon based on feature size
Stephen Woodbridge
woodbri at SWOODBRIDGE.COM
Wed Feb 1 07:11:20 PST 2006
Xin wrote:
> I am trying to display lakes only if they are big enough, kind of like
> Label's MINFEATURESIZE but for general displaying.
>
> I have had a good search around and haven't found anything promising.
> Can this be done?
>
> Any help much appreciated.
Yes, if you have an attribute like AREA, then you can
FILTER "([AREA] > nnnn)"
where nnnn is some value.
-Steve
More information about the MapServer-users
mailing list