That worked! Thanks. I should probably clarify that the issue I was having was that a .kmz file wouldn't display on the map in IE.
On Sep 14, 12:48 pm, Andrew Leach <[email protected]> wrote: > On Sep 14, 5:17 pm, GF <[email protected]> wrote: > > > Line 1169 is: > > ;function Mm(){if(ed(Wl))return Wl;var a;a:{var b=f;if > > (document.namespaces){for(var c=0;c<document.namespaces.length;c++) > > {var d=document.namespaces(c);if(d.name=="v")if(d.urn=="urn:schemas- > > microsoft-com:vml")b=l;else{a=f;break a}}if(!b) > > {b=l;document.namespaces.add("v","urn:schemas-microsoft-com:vml")}}a=b} > > if(!a)return Wl=f;var e=x("div",document.body);Ah(e,'<v:shape > > id="vml_flag1" adj="1" />');var g=e.firstChild;g.style.behavior="url > > (#default#VML)";Wl=g?typeof g.adj=="object":l;xh(e);return Wl} > > It may be that IE8 doesn't allow namespaces to be defined on the fly. > Try adding the VML namespace into your > page:http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML > > Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
