Hi I seem to be having quite a challenge with the "BUFFER" parameter. I understand the that the buffer parameter should dictate that nothing be drawn around a label for xx pixels but that does not seem to work for me at all. I still have serious clashes between wording and other symbols from other layers are drawn over the text from time to time, it's so confusing. Does minscale/maxscale affect buffer values?<br>
<br>Also, my map suffers from color degredation for some of the icons (overlay symbols)? What kind of precautions do I need to take to prevent color degradation of my symbols?<br clear="all">
<br>This link should work later on today... <a href="http://208.138.22.177/kamap/">http://208.138.22.177/kamap/</a><br>There was a power cut so I need to turn my machine back on now. <br>################ Minor Roads<br><br>
  LAYER # kingston roads<br>
    DEBUG OFF<br>      NAME 'Kingston Roads'<br>    DATA 'roads/fixed_KGN_RD.shp'<br>    TRANSFORM true<br>    LABELITEM 'LABEL'<br>    STATUS on<br><br>    METADATA<br>              "queryable"       "true"<br>

              "fields"        "LABEL:label"<br>              "searchfield"       "LABEL"<br>        "OPACITY" "50"<br><br>    END # METADATA<br>    TYPE line<br>

<br><br>    CLASS<br>        NAME 'Unlabelled Kingston Roads'<br>        MAXSCALE 75000<br>        MINSCALE 30000<br>        COLOR 236 168 73<br>        SIZE 1<br>        TEMPLATE "template.html"<br>    END # CLASS<br>

<br>    CLASS<br>        NAME 'Labelled Kingston Roads'<br>        MAXSCALE 30000<br>        COLOR 236 168 73<br>        SIZE 1<br>        LABEL<br>            ANGLE follow<br>            ANTIALIAS true<br>            <b>BUFFER 20</b><br>

            COLOR 0 0 0<br>            FONT 'Arial-Normal'<br>            SIZE medium<br>            PARTIALS false<br>            <br>        END # LABEL            <br>        TEMPLATE "template.html"<br>

    END # CLASS<br><br>    CLASS<br>        NAME 'Query Kgn Roads'<br>        TEMPLATE 'template.html'<br>    END # CLASS<br><br> END # LAYER<br><br>-- <br>Jay Why