Hello I have a strange Javascript problem in IE with a page that loads KML using GDownloadURL() and does some on-the-fly KML parsing and calculations using code inspired from Mike Williams excellent tutorial and EGeoXML library.
My page (see below) displays a nautical tracking app (wrapped into the joomla template of my website): http://hobieracingschool.fr/joomla/index.php?option=com_wrapper&Itemi... The source for the Javascript is found at: http://hobieracingschool.fr/joomla/francesco/francesco_transat_map.html and it uses two JS libraries in the same folder: spotkmlparser.js and geocalc.js My page/application works great in Firefox 3.0.8 on WinXP, but on IE 7 I get the following error: "Line: 137 Char: 5 Error: Object doesn't support this property or method Code: 0 URL: http://hobieracingschool.fr/joomla/francesco/francesco_transat_map.html" The GE plugin then displays OK but normally some stats are displayed at the bottom of the Google Earth view, and they don't on IE... Also if you try the second "Zoom" radio button (labelled "Derniere Position" - sorry the UI is in french), then the GE plugin takes me to the Lng=0,Lat=0; whereas it is supposed to create a LookAt at the last point in the global points array created by parsing the KML file. This makes me think that something is wrong in my KML parsing and inner HTML creation code, but I don't figure it out ... but it might as well be some other IE oddity that I don't know about Does someone have any clue ? If Mike Williams is reading this: I would love to hear your opinion Thanks in advance Guilhem --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
