Bernard, 
 
To make angle rotation work, you need to use a truetype font, the bitmap
font 'tiny' that you have defined in your layer won't work.  
 
I would also probably turn off minfeaturesize and mindistance until you
get something working.
 
David.

        -----Original Message-----
        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ntiamoah
bernard
        Sent: Friday, October 17, 2008 10:29 AM
        To: [email protected]
        Subject: [mapserver-users] STREET LABEL WON'T FOLLOW THE STREET
        
        
Hi guys
I need help in making the street labels follow the street. Someone
suggested this code below but it makes most of the labels disappear
instead. Help please
 
CLASS
        EXPRESSION '4'
        COLOR 0 0 0 # dummy color
        SYMBOL 0
        LABEL
                 SIZE  tiny
                 OUTLINECOLOR 255 255 255
                 ANGLE FOLLOW
                 POSITION  AUTO
                 OFFSET  0 0
                 COLOR  0 0 0
                 BUFFER 2
                 MINDISTANCE 200
                 PARTIALS FALSE
                 MINFEATURESIZE 20
            END
       END
 
Berrnard
Indiana
 

        __________________________________________________
        Do You Yahoo!?
        Tired of spam? Yahoo! Mail has the best spam protection around 
        http://mail.yahoo.com 

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to