<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I’d likewise like to see an answer to this as I’ve thus far been unable to make opacity work at the style level.  I’ve worked around that by using the opacity at the layer level instead, which might be a suitable solution in your situation.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> mapserver-users-bounces@lists.osgeo.org [mailto:mapserver-users-bounces@lists.osgeo.org] <b>On Behalf Of </b>lists@killface.org<br><b>Sent:</b> Thursday, November 17, 2011 10:02 AM<br><b>To:</b> mapserver-users@lists.osgeo.org<br><b>Subject:</b> [mapserver-users] style level opacity issue<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p>I'm trying to render a single vector layer that has overlapping polygons, but I cant seem to get the settings correct for what I want. There are overlapping polygons on the layer, and I would like them to each be drawn transparently so that I can see the overlapping regions. However, no matter what I try I can't seem to get this effect and the rendering will make the shapes draw over each other.&nbsp;<o:p></o:p></p><p>&nbsp;<o:p></o:p></p><p>I'm using Mapserver 6.0.1<o:p></o:p></p><p>&nbsp;<o:p></o:p></p><p>OUTPUTFORMAT&nbsp;<o:p></o:p></p><p> NAME &quot;png&quot;&nbsp;<o:p></o:p></p><p> DRIVER AGG/PNG&nbsp;<o:p></o:p></p><p> MIMETYPE &quot;image/pngt&quot;&nbsp;<o:p></o:p></p><p> IMAGEMODE RGBA&nbsp;<o:p></o:p></p><p> EXTENSION &quot;png&quot;&nbsp;<o:p></o:p></p><p> FORMATOPTION &quot;GAMMA=1.0&quot;&nbsp;<o:p></o:p></p><p> TRANSPARENT TRUE<o:p></o:p></p><p>END<o:p></o:p></p><p>&nbsp;<o:p></o:p></p><p>I have a very simple class for my layer<o:p></o:p></p><p>&nbsp; CLASS <o:p></o:p></p><p>&nbsp; STYLE &nbsp;<o:p></o:p></p><p> OPACITY 25 &nbsp;<o:p></o:p></p><p> COLOR [color] &nbsp;<o:p></o:p></p><p> OUTLINECOLOR -1 -1 -1&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> ANTIALIAS TRUE&nbsp; &nbsp;<o:p></o:p></p><p> END <o:p></o:p></p><p>&nbsp; LABEL&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> COLOR &nbsp;0 0 255&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> OUTLINECOLOR 250 250 250&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> OUTLINEWIDTH 3&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> FONT stMYFont&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> TYPE truetype&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> SIZE 9&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> POSITION AUTO&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> PARTIALS FALSE&nbsp; &nbsp; &nbsp;<o:p></o:p></p><p> MINFEATURESIZE AUTO&nbsp; &nbsp;<o:p></o:p></p><p> END&nbsp;<o:p></o:p></p><p>&nbsp;END<o:p></o:p></p><p>&nbsp;<o:p></o:p></p></div></body></html>