On Jan 14, 6:35 pm, Ken <[email protected]> wrote: > In case it helps anyone, here's a little "gotcha" related to creating > polylines that may be obvious to others but was not to me.
What browser did you experience the problem in? Did you work out what was actually causing the problem? I'd guess from your description that IE was objecting to a final comma in a list of array elements: IE uses that to introduce the next element, and there wasn't one. Firefox treats the comma as finishing the element immediately preceding it, so it doesn't care what follows it. I'm surprised that there was no error produced in the API though. Do you have a demo? 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 -~----------~----~----~----~------~----~------~--~---
