<div dir="ltr">We could indeed achieve similar effect by duplicating the label definition, however we need to set FORCE TRUE for the upper label to get it displayed at all.<div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-05-21 22:30 GMT+02:00 Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ahhh, sorry. I believe that you can include the label block twice, the first time you draw the shadow, with some offset and using your shadow color, the second time you draw it with the foreground color.<br>
<br>
You should open an issue against the docs they are not correct. There might be an FRC that covers this change, but I'm not seeing one.<span class=""><br>
<br>
On 5/21/2017 4:13 PM, Tamas Szekeres wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
I've already learnt, that BACKGROUNDCOLOR, BACKGROUNDSHADOWCOLOR, BACKGROUNDSHADOWSIZE can be replaced with label styles, but what about SHADOWCOLOR and SHADOWSIZE?<br>
<br>
Thanks,<br>
<br>
Tamas<br>
<br>
<br></span>
2017-05-21 22:01 GMT+02:00 Stephen Woodbridge <<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a> <mailto:<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.co<wbr>m</a>>>:<div><div class="h5"><br>
<br>
    On 5/21/2017 1:54 PM, Tamas Szekeres wrote:<br>
<br>
        Hi,<br>
<br>
        Could someone explain how to configure drop shadow for label in<br>
        mapserver 7.x ?<br>
        It looks like the SHADOWCOLOR/SHADOWSIZE implementation has been<br>
        stripped from the code and I'm not sure what replaces that option.<br>
        The documentation is very brief in this regard.<br>
<br>
<br>
    BACKGROUNDCOLOR [r] [g] [b] | [hexadecimal string]<br>
<br>
         Color to draw a background rectangle (i.e. billboard). Off by<br>
    default.<br>
<br>
         Note<br>
<br>
         Removed in 6.0. Use a LABEL STYLE object with GEOMTRANSFORM<br>
    labelpoly and COLOR.<br>
    BACKGROUNDSHADOWCOLOR [r] [g] [b] | [hexadecimal string]<br>
<br>
         Color to draw a background rectangle (i.e. billboard) shadow.<br>
    Off by default.<br>
<br>
         Note<br>
<br>
         Removed in 6.0. Use a LABEL STYLE object with GEOMTRANSFORM<br>
    labelpoly, COLOR and OFFSET.<br>
    BACKGROUNDSHADOWSIZE [x][y]<br>
<br>
         How far should the background rectangle be offset? Default is 1.<br>
<br>
         Note<br>
<br>
         Removed in 6.0. Use a LABEL STYLE object with GEOMTRANSFORM<br>
    labelpoly, COLOR and OFFSET.<br>
<br>
    <a href="http://mapserver.org/mapfile/label.html#label-style" rel="noreferrer" target="_blank">http://mapserver.org/mapfile/l<wbr>abel.html#label-style</a><br>
    <<a href="http://mapserver.org/mapfile/label.html#label-style" rel="noreferrer" target="_blank">http://mapserver.org/mapfile/<wbr>label.html#label-style</a>><br>
<br>
    STYLE<br>
       GEOMTRANSFORM 'labelpoly'<br>
       COLOR 153 153 153<br>
       OFFSET 3 2<br>
    END # STYLE<br>
    STYLE<br>
       GEOMTRANSFORM 'labelpoly'<br>
       COLOR 255 0 0<br>
    END # STYLE<br>
<br>
    ---<br>
    This email has been checked for viruses by Avast antivirus software.<br></div></div>
    <a href="https://www.avast.com/antivirus" rel="noreferrer" target="_blank">https://www.avast.com/antiviru<wbr>s</a> <<a href="https://www.avast.com/antivirus" rel="noreferrer" target="_blank">https://www.avast.com/antivir<wbr>us</a>><br>
<br>
    ______________________________<wbr>_________________<br>
    mapserver-dev mailing list<br>
    <a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a> <mailto:<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.os<wbr>geo.org</a>><br>
    <a href="https://lists.osgeo.org/mailman/listinfo/mapserver-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/mapserver-dev</a><br>
    <<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailm<wbr>an/listinfo/mapserver-dev</a>><br>
<br>
<br>
</blockquote>
<br>
</blockquote></div><br></div>