[Mapserver-users] how to turn off central point for labels (or how not to draw them for attribute=0) ?
Moritz Lennert
mlennert at club.worldonline.be
Mon Apr 26 07:44:02 PDT 2004
Michael Schulz said:
> Hi Moritz,
>
> even if the value for the LABELSIZEITEM attribute is 0/NULL, there is a
> point that then gets the default label, which is for point type layers a
> single pixel. To avoid this you could try to filter your data at the
> layer level, so that your layer only conatins points, that have a
> meanigful value for the LABELSIZEITEM attribute, e.g. something like
>
> FILTER ([YOUR_LABELSIZEITEM_ATTRIBUTE] > 0)
>
> HTH, Michael
>
This works perfectly, thank you !
Moritz
More information about the MapServer-users
mailing list