I'm trying to use OpenLayers' KML reader to display a KML file on a map, but the KML itself has LinearRings tha have a tessellate value of 1. I realize that this is used by google earth to snap the object to the ground for a more accurate drawing, but it causes the KML to be useless as far as the OpenLayers KML reader is concerned.
So my question then is, what can be done to convert these tessellated regions? I'm assuming there's not simply a setting I can change in OL to have it properly display the regions without tessellation. Thanks.