[Mapserver-users] how to turn off central point for labels (or

Moritz Lennert mlennert@club.worldonline.be
Mon, 26 Apr 2004 16:53:34 +0200 (CEST)


Charlton Purvis said:
> Moritz:
>
> What does your CLASS look like?
>
> Try doing something like:
>     CLASS
>       LABEL
>         TYPE TRUETYPE
>         ...
>       END
>       STYLE END
>     END
>
> The trick is to tell the CLASS only to render the label. It still needs
> some sort of anchor -- the STYLE, but in this case, it's empty, so it
> doesn't draw anything unless the LABEL works out.
>

My class looks like this:

    CLASS
     NAME "Symbole cercle TT"
     COLOR 255 0 0
     TEXT "N"
     LABEL
       POSITION cc
       FONT esri_1
       TYPE truetype
       FORCE true
       COLOR 255 0 0
      ANTIALIAS true
     END
    END

I'm not sure I understand your solution. I need the 'TEXT "N"' line to get
my symbol displayed, or ?

Moritz
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users