> The following URL is the actual problem page - it uses the code attached but > it is "embedded" in other HTML as it stored as CMS > content.http://trainsf4.imeche.org/
I don't see the js error or the poly problem in FF2, but ... There is whitespace before your DOCTYPE declaration, which can confuse some browsers You're running your script inline in the middle of your page, this is usually unwise and has different effects in different browsers. Look into putting your map building code into a function to be called after page load. It may be that having lots of map styling options causes a breach of maximum url length somewhere in your browser/network cxhain. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
