<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">All,<br>
<br>
Using this CGI fragment:<br>
<br>
<font face="Courier New">. . .?map_layer[Points].class[0].LABEL[0].STYLE[0]=color+0+255+0& . . .</font><br>
<br>
and I'm trying to set the color in this mapfile fragment inside of the STYLE (inside of the LABEL bloc):<br>
<font face="Courier New"><br>
                        NAME "GPS History"<br>
                        TEXT "[seq]"<br>
                        <b>LABEL</b><br>
                        #       OUTLINECOLOR 255 255 255<br>
                                <b><font color="FF0000">COLOR 255 255 254</font></b><br>
                                FONT "arial-bold"<br>
                                TYPE truetype<br>
                                SIZE 9<br>
                                POSITION cc<br>
                                #PARTIALS false<br>
                                FORCE true<br>
                                <b>STYLE</b><br>
                                        GEOMTRANSFORM  labelpoly<br>
                                        <b><font color="00FF00">COLOR 255 0 0</font></b><br>
                                        #OUTLINECOLOR  0 0 0<br>
                                        OUTLINECOLOR 0 0 0<br>
                                        WIDTH 1<br>
                                END<br>
                        END</font><br>
<br>
The change is occurring however at the COLOR value in the LABEL (text-color), not at the STYLE level (background polygon color).  I assume this is something that hasn't been run into by anyone since the background label polys were implemented, and there being
 two different levels where the COLOR value can be set inside a single code block, or am I missing something?<br>
<br>
Thanks<br>
<br>
<br>
bobb<br>
<br>
<br>
</div>
</body>
</html>