[mapserver-users] Make points Transparent?
Doyon, Jean-Francois
Jean-Francois.Doyon at ccrs.nrcan.gc.ca
Mon Aug 26 14:14:16 PDT 2002
Hello,
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 :)
J.F.
-----Original Message-----
From: Eric L. Blevins [mailto:eblevins at insight.rr.com]
Sent: Sunday, August 25, 2002 4:24 PM
To: mapserver-users at lists.gis.umn.edu
Subject: [mapserver-users] Make points Transparent?
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] <= 100 && [SIGNAL] > 70)
NAME "Open - Signal Strong"
SYMBOL "circle"
SIZE 8
COLOR 100 0 0
END
CLASS
EXPRESSION ([SIGNAL] <= 70 && [SIGNAL] > 60)
NAME "Open - Signal medium"
SYMBOL "circle"
SIZE 8
COLOR 150 0 0
END
CLASS
EXPRESSION ([SIGNAL] <= 60 && [SIGNAL] > 40)
NAME "Open - Signal low"
SYMBOL "circle"
SIZE 8
COLOR 200 0 0
END
CLASS
EXPRESSION ([SIGNAL] <= 40 && [SIGNAL] >= 0)
NAME "Open - Signal weak"
SYMBOL "circle"
SIZE 8
COLOR 255 0 0
END
END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20020826/08ae1358/attachment.htm>
More information about the MapServer-users
mailing list