simplegeo / polymaps

Polymaps is a free JavaScript library for making dynamic, interactive maps in modern web browsers.
http://polymaps.org/
Other
1.6k stars 213 forks source link

xdomainrequest doesn't automatically parse XML in Internet Explorer #17

Closed RandomEtc closed 14 years ago

RandomEtc commented 14 years ago

This affects the KML demo, but none of the 'official' examples in www.

There's a fix in http://ajaxian.com/archives/100-line-ajax-wrapper that shows how to parse the XML from responseText.

RandomEtc commented 14 years ago

Fixed in ie9 branch - at least, the KML demo works now.