On Oct 31, 3:03 pm, ArnieLapinig <[email protected]> wrote: > Hi Larry, > > Thanks for the quick reply. I understand the GET issue, but shouldn't > a map be displayed immediately upon issuing a Google API call? After > all, the GET function is invoked only after a bunch of things have > happened, e.g., cookie retrieval, selection made, etc... > > The ajax call shouldn't affect a basic map with controls being > displayed, should it?
A syntax error can prevent the javascript following it from being executed at all. > > On Oct 31, 2:22 pm, "[email protected]" <[email protected]> > wrote: > > > On Oct 31, 2:03 pm, ArnieLapinig <[email protected]> > > > > Hello, > > > > I'm developing a Twitter app, and have the PHP server code debugged. > > > When I try and issue a basic Javascript map call using my Google Maps > > > API key, nothing shows up. Heres the link: > > > >http://twittermoodmeter.com/index.html, > > > > Firebug returns the following response header: > > > > var G_INCOMPAT = false;function GScript(src) {document.write('<' + > > > 'script src="' + src + '"' +' type="text/javascript"><' + '/script>');} > > > function GBrowserIsCompatible() {if (G_INCOMPAT) return false;return > > > true;}function GApiInit() {if (GApiInit.called) return;GApiInit.called > > > = true;window.GAddMessages && GAddMessages({160: '\x3cH1\x3eServer > > > Error\x3c/H1\x3eThe server encountered a temporary error and not > > > complete your request.\x3cp\x3ePlease try again in a minute or so.\x3c/ > > > p\x3e',1415: '.',1416: ' etc. etc. > > > > Can someone help out? > > > IE6 reports: > > Line: 108 > > Error: Expected ':' > > > on this code: > > $.get("/twittermoodmeter.php", { ajax: "true", > > east: northEast.lng(), > > west: southWest.lng(), > > north: northEast.lat(), > > south: southWest.lat(), > > mood } > > > -- Larry > > > > I'm using Firefox 3.5.4. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
