[mapserver-users] MINSIZE for POLYGON?
Lowell Filak
lfilak@medinaco.org
Wed, 12 Jun 2002 13:51:32 -0400
I'm not sure that MINSIZE is intended to work that way.
Does your data 'eu/eu_See' happen to have an acreage or size attribute attached to it that you could use to filter out the smaller lakes?
Lowell F.
The following message was sent by "Korbai, Zoltan" <korbai.zoltan@axelero.hu> on Wed, 12 Jun 2002 17:45:00 +0200.
> Hi,
>
> I have a polygon layer (lakes) and I tried to use MINSIZE
> because I do not want to show small lakes (some pixels):
>
> LAYER
> NAME LAKE
> TYPE POLYGON
> STATUS On
> DATA "eu/eu_See"
> CLASS
> NAME "Lakes"
> MINSIZE 50
> OUTLINECOLOR 0 0 128
> COLOR 209 209 255
> END
> END
>
> But nothing happened. All lakes are shown. Any ideas?
>
> Thanks,
> Korbai, Zoltan