Check that the array of points that you created the polyline from doesn't have a floating comma at the end. Browsers other than MSIE ignore a spurious comma at the end of an array literal. MSIE adds an extra "null" element to the end of the array, and polylines don't like that.
Note: If that is the problem, then providing a link to your page would have made it much easier to spot that. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
