<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=726531121-26082002><FONT face=Arial color=#0000ff
size=2>Hello,</FONT></SPAN></DIV>
<DIV><SPAN class=726531121-26082002><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=726531121-26082002><FONT face=Arial color=#0000ff size=2>You
shoulde able to achieve this using the "TRANSPARENCY" keyword I just added to
the 3.6 documentation ... Adding this in your layer definition should solve your
problem :)</FONT></SPAN></DIV>
<DIV><SPAN class=726531121-26082002><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=726531121-26082002><FONT face=Arial color=#0000ff
size=2>J.F.</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Eric L. Blevins
[mailto:eblevins@insight.rr.com]<BR><B>Sent:</B> Sunday, August 25, 2002 4:24
PM<BR><B>To:</B> mapserver-users@lists.gis.umn.edu<BR><B>Subject:</B>
[mapserver-users] Make points Transparent?<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Here is my layer that puts some points in the
map.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there any way to make the points somewhat
transparent so you can see things behind them?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sometimes there are so many points in an area
they completely cover previous layers and I would like to make the points
somewhat "see-through" so I can see the layers underneath.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>LAYER NAME
signal<BR> TYPE
POINT<BR> STATUS
off<BR> DATA
"nettry/signalwepoff"<BR> maxscale
15000<BR>
CLASS<BR>
EXPRESSION ([SIGNAL] <= 100 && [SIGNAL] >
70)<BR>
NAME "Open - Signal
Strong"<BR>
SYMBOL
"circle"<BR>
SIZE
8<BR>
COLOR 100 0
0<BR>
END<BR>
CLASS<BR>
EXPRESSION ([SIGNAL] <= 70 && [SIGNAL] >
60)<BR>
NAME "Open - Signal
medium"<BR>
SYMBOL
"circle"<BR>
SIZE
8<BR>
COLOR 150 0
0<BR>
END<BR>
CLASS<BR>
EXPRESSION ([SIGNAL] <= 60 && [SIGNAL] >
40)<BR>
NAME "Open - Signal
low"<BR>
SYMBOL
"circle"<BR>
SIZE
8<BR>
COLOR 200 0
0<BR>
END<BR>
CLASS<BR>
EXPRESSION ([SIGNAL] <= 40 && [SIGNAL] >=
0)<BR>
NAME "Open - Signal
weak"<BR>
SYMBOL
"circle"<BR>
SIZE
8<BR>
COLOR 255 0
0<BR>
END<BR>END<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>