On Mar 5, 9:29 pm, "[email protected]" <[email protected]> wrote: > > I am running on windowsXP and am having the same problem in explorer, > chrome and firefox. I made no changes to the code prior to (or after) > receiving the syntax error. The error console in firefox gives this > information: > > syntax errorhttp://maps.gstatic.com/intl/en_us/mapfiles/208a/maps2.api/main.js > Line:22 > xc(1729,131071);Pc=function(F){return F+/* Guardian removed escaped > content */)+H.SN(F,o.token||0)}; > > There is a little green arrow that points between the + and H.SN at > the end of the line.
The problem is the inserted comment /* Guardian removed escaped content */ which is not in the API as delivered from Google. I assume you're running some sort of internet protection software which is sanitising your downloaded Javascript. Unfortunately it's introducing problems. You may be relieved to learn that your map works for me (I'm not using such software), although the wave overlay maxed out Firefox for most of a minute. -- 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.
