<!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> </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> </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> <xsl:template match= "svg/g[@id=
'g0014']"
><BR> <g><BR> <xsl:copy-of
select="@*"/><BR> <BR> <xsl:attribute
name="style">stroke:SlateGray;stroke-width:0.5pt;
fill:#c2a988;filter:url(#dropShadow);opacity:0.8;</xsl:attribute><BR> <BR> <xsl:copy-of
select="./*"/> <BR> </g><BR> </xsl:template></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </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. Can
anyone help me figure out how to add the shadow to my buildings? I don't
really get the transparency/opacity aspect of it either. Here is my
layer:</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV><FONT face="MS UI Gothic" size=2> LAYER<BR> NAME
g0014<BR> STATUS ON<BR> TILEINDEX "g0014_ix"<BR> TILEITEM
"location"<BR> TYPE POLYGON<BR># FILTERITEM 'Code'<BR>
#TRANSPARENCY 92</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2> </DIV>
<DIV> </DIV>
<DIV>### Z1<BR> CLASS<BR> MAXSCALE
2500<BR> MINSCALE 1<BR># FILTER
'dropshadow'<BR>
STYLE<BR> COLOR 194 169
136<BR> END<BR> STYLE<BR> OUTLINECOLOR
112 128 144<BR> #WIDTH 2<BR>
#OFFSET 1 -1<BR> #SHADOW 2<BR> END<BR>
END<BR> END<BR></DIV>
<DIV>Thank you in advance.</DIV>
<DIV>Tom</DIV></FONT></BODY></HTML>