display polygon based on feature size

Stephen Woodbridge woodbri at SWOODBRIDGE.COM
Wed Feb 1 10:11:20 EST 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