I am trying to get a kml from a URL to display in OpenLayers. However, it is a ground overlay so it cannot be displayed the standard way. I found this thread: Does OpenLayers supports KML Ground Overlays? However, I am very lost as to how to parse this manually. I know I can make an AJA request and parse it, but don't think I can do that bc of cross-domain issues.
So could someone guide me in the right diirection to get a KML parsed directly from a url?
Thanks!