var compositeSym:CompositeSymbol; private var txtTempSym:TextSymbol; var gf:spark.filters.GlowFilter = new spark.filters.GlowFilter; var tFormat:TextFormat = new TextFormat(null,14,null,true); txtTempSym = new TextSymbol(temp,"",1,clr,false,0,false,0,"middle",0,15,-5,tFormat,null,null); gf.color = 0x000000; txtTempSym.filters = [gf]; graphicPointSym = new PictureMarkerSymbol(icon, 30, 30); compositeSym = new CompositeSymbol([txtTempSym, graphicPointSym]);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.