<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>Hi Everyone,</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>I have a question about 
filtering.</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>My style sheet looks like this for my 
building layer:</FONT></DIV>
<DIV><FONT face="MS UI Gothic" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xsl:template match= "svg/g[@id= 
'g0014']" 
&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;g&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xsl:copy-of 
select="@*"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xsl:attribute 
name="style"&gt;stroke:SlateGray;stroke-width:0.5pt; 
fill:#c2a988;filter:url(#dropShadow);opacity:0.8;&lt;/xsl:attribute&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;xsl:copy-of 
select="./*"/&gt;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/g&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/xsl:template&gt;</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>I read through the documentation about 
filtering on the mapserver site, but I'm a little confused by it.&nbsp; Can 
anyone help me figure out how to add the shadow to my buildings?&nbsp; I don't 
really get the transparency/opacity aspect of it either.&nbsp; Here is my 
layer:</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>&nbsp; LAYER<BR>&nbsp; NAME 
g0014<BR>&nbsp; STATUS ON<BR>&nbsp; TILEINDEX "g0014_ix"<BR>&nbsp; TILEITEM 
"location"<BR>&nbsp; TYPE POLYGON<BR>#&nbsp; FILTERITEM 'Code'<BR>&nbsp; 
#TRANSPARENCY 92</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>### Z1<BR>&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAXSCALE 
2500<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINSCALE 1<BR>#&nbsp;FILTER 
'dropshadow'<BR>&nbsp;&nbsp;&nbsp; 
STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 194 169 
136<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; STYLE<BR>&nbsp;OUTLINECOLOR 
112 128 144<BR>&nbsp;#WIDTH 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
#OFFSET 1 -1<BR>&nbsp;#SHADOW 2<BR>&nbsp;&nbsp; END<BR>&nbsp; 
END<BR>&nbsp;END<BR></DIV>
<DIV>Thank you in advance.</DIV>
<DIV>Tom</DIV></FONT></BODY></HTML>