[mapserver-users] Make points Transparent?
   
    Eric L. Blevins
     
    eblevins@insight.rr.com
       
    Sun, 25 Aug 2002 16:23:49 -0400
    
    
  
This is a multi-part message in MIME format.
------=_NextPart_000_05B8_01C24C53.CB0E6530
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Here is my layer that puts some points in the map.
Is there any way to make the points somewhat transparent so you can see =
things behind them?
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.
LAYER   NAME signal
        TYPE POINT
        STATUS off
        DATA "nettry/signalwepoff"
        maxscale 15000
        CLASS
                EXPRESSION ([SIGNAL] <=3D 100 && [SIGNAL] > 70)
                NAME "Open - Signal Strong"
                SYMBOL "circle"
                SIZE 8
                COLOR 100 0 0
                END
        CLASS
                EXPRESSION ([SIGNAL] <=3D 70 && [SIGNAL] > 60)
                NAME "Open - Signal medium"
                SYMBOL "circle"
                SIZE 8
                COLOR 150 0 0
                END
        CLASS
                EXPRESSION ([SIGNAL] <=3D 60 && [SIGNAL] > 40)
                NAME "Open - Signal low"
                SYMBOL "circle"
                SIZE 8
                COLOR 200 0 0
                END
        CLASS
                EXPRESSION ([SIGNAL] <=3D 40 && [SIGNAL] >=3D 0)
                NAME "Open - Signal weak"
                SYMBOL "circle"
                SIZE 8
                COLOR 255 0 0
                END
END
------=_NextPart_000_05B8_01C24C53.CB0E6530
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Here is my layer that puts some points =
in the=20
map.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Is there any way to make the points =
somewhat=20
transparent so you can see things behind them?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sometimes there are so many points in =
an area they=20
completely cover previous layers and I would like to make the points =
somewhat=20
"see-through" so I can see the layers underneath.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>LAYER   NAME=20
signal<BR>        TYPE=20
POINT<BR>        STATUS=20
off<BR>        DATA=20
"nettry/signalwepoff"<BR>        =
maxscale=20
15000<BR>       =20
CLASS<BR>          &nbs=
p;    =20
EXPRESSION ([SIGNAL] <=3D 100 && [SIGNAL] >=20
70)<BR>           =
    =20
NAME "Open - Signal=20
Strong"<BR>          &n=
bsp;    =20
SYMBOL=20
"circle"<BR>          &=
nbsp;    =20
SIZE=20
8<BR>           &n=
bsp;   =20
COLOR 100 0=20
0<BR>           &n=
bsp;   =20
END<BR>       =20
CLASS<BR>          &nbs=
p;    =20
EXPRESSION ([SIGNAL] <=3D 70 && [SIGNAL] >=20
60)<BR>           =
    =20
NAME "Open - Signal=20
medium"<BR>          &n=
bsp;    =20
SYMBOL=20
"circle"<BR>          &=
nbsp;    =20
SIZE=20
8<BR>           &n=
bsp;   =20
COLOR 150 0=20
0<BR>           &n=
bsp;   =20
END<BR>       =20
CLASS<BR>          &nbs=
p;    =20
EXPRESSION ([SIGNAL] <=3D 60 && [SIGNAL] >=20
40)<BR>           =
    =20
NAME "Open - Signal=20
low"<BR>           =
;    =20
SYMBOL=20
"circle"<BR>          &=
nbsp;    =20
SIZE=20
8<BR>           &n=
bsp;   =20
COLOR 200 0=20
0<BR>           &n=
bsp;   =20
END<BR>       =20
CLASS<BR>          &nbs=
p;    =20
EXPRESSION ([SIGNAL] <=3D 40 && [SIGNAL] >=3D=20
0)<BR>           &=
nbsp;   =20
NAME "Open - Signal=20
weak"<BR>          &nbs=
p;    =20
SYMBOL=20
"circle"<BR>          &=
nbsp;    =20
SIZE=20
8<BR>           &n=
bsp;   =20
COLOR 255 0=20
0<BR>           &n=
bsp;   =20
END<BR>END<BR></FONT></DIV></BODY></HTML>
------=_NextPart_000_05B8_01C24C53.CB0E6530--