<!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><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></BODY></HTML>