PictureMarkerSymbol (gif) added as graphic - how to apply transparency/opacity/alpha?

1124
0
11-16-2012 06:34 AM
JanicePeal
Occasional Contributor
Greetings!  I saw the following post on an old forum but haven't gotten much further with it

http://forums.esri.com/Thread.asp?c=158&f=2396&t=271126

I am new to the javascript api (and dojo) and am trying to figure out how to make a PictureMarkerSymbol partially transparent.  Does the getDojoShape method still still apply?

Here is a sample (ps, the original gif has transparency, but when I add it as a graphic, I lose transparency)

var sym = new esri.symbol.PictureMarkerSymbol("marker1.gif", "80", "80");
var graphic= new esri.Graphic(point, sym, "", ""); 
//geolocGraphic.getDojoShape(?????what do i do with this???????);
map.graphics.add(graphic);


Any pointers would be greatly appreciated!  Thank you in advance!
0 Kudos
0 Replies