[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread Fred Weaver
It was the div id="map" AND a variable map. Changed the id to "map_canvas" and it worked. I had to keep the javascript map variable global so I could use it in another function. The map displays 8 different KML files, one a time depending on user interaction. Thanks On Dec 5, 11:48 am, "geocode..

[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 10:59 am, "geocode...@gmail.com" wrote: > On Dec 5, 10:52 am, Fred Weaver wrote: > > > This is puzzling. I'm toggling between KML files and IE is giving me > > fits.http://bicycle.fredweaver.biz/index.html - works fine in > > bothhttp://bicycle.fredweaver.biz/scpd_cyclists.html-works i

[Google Maps API v3] Re: KML not displaying in IE, displays in Firefox

2011-12-05 Thread geocode...@gmail.com
On Dec 5, 10:52 am, Fred Weaver wrote: > This is puzzling. I'm toggling between KML files and IE is giving me > fits.http://bicycle.fredweaver.biz/index.html - works fine in > bothhttp://bicycle.fredweaver.biz/scpd_cyclists.html- works in Firefox > but not IEhttp://bicycle.fredweaver.biz/codmap.h