<Style id="myStyle"> <LabelStyle> <color>FFCCFFCC</color> </LabelStyle> <IconStyle> <color>FF3F3FFF</color> <Icon><href>http://mydomain.com/marker.png</href></Icon> </IconStyle> </Style>
Solved! Go to Solution.
Could you post your code of how you did the jQuery method please?
I currently am trying to use KML links in my ArcGIS Javascript application but some symbology is not drawing correctly. I also am curious about how the kml layer differs from a feature layer - are you able to perform analysis using the KML layers? For example, if I had a line feature layer and I want to have a process that selects all line features that are within a distance of the KML Layer. Also how do I go about adding my KML Layer into my legend? I have not seemed to figure out how to do that.