Hello,
This might have been discussed before but I couldn't find anything doing a search. I'm trying to pull in the following kml and display it using the esri js api.
http://www.wpc.ncep.noaa.gov/kml/qpf/QPF6hr_f00-f06_latest.kml
However, the placemarks are not displayed correctly. Is there a way to remove them altogether, or display them correctly? I tried using the getLayers() method but it just returns an empty array.
Thanks!