nicowesse / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

Patch for /branches/polys/geoxml3.js #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: