On Jun 7, 6:25 pm, "[email protected]" <[email protected]> wrote: > > Works for me in Firefox and Chrome. Doesn't work in IE6. > > Maybe if you can find the unterminated string you can get it to work.
I think the line number indicates a failure within IE6 to handle what it's being given, not necessarily that what it's being given is incorrect. That's why it can't be debugged. The page code is fairly short and if that was wrong then Firefox would object. But the HTML *is* invalid (there's a <div> outside <body> which will prevent <!DOCTYPE> from doing anything), so that's the first thing to correct as that might confuse IE. If that makes no difference, then I suggest not using GGeoXml but encoding your polyline(s) yourself. The KML is huge. 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 -~----------~----~----~----~------~----~------~--~---
