Stores the parsed xml data as a property of the doc object.
This is very useful when we want to use the original xml data without parsing
the KML file two times.
Example:
$(docs[0].xml).find('Placemark').each(function() {
// calculate the centroid of the polygon
});
Original issue reported on code.google.com by sermac...@gmail.com on 21 Jul 2013 at 7:31
Original issue reported on code.google.com by
sermac...@gmail.com
on 21 Jul 2013 at 7:31Attachments: