display polygon based on feature size

Steve Lime steve.lime at DNR.STATE.MN.US
Wed Feb 1 22:34:28 EST 2006


You could compute and store feature area in the attribute table and then filter on it. E.g.

  FILTER ([area] > 1000)

Steve

>>> Xin <crazygecko at GMAIL.COM> 02/01/06 9:04 AM >>>
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.

Cheers,
Xin



More information about the mapserver-users mailing list