On Aug 30, 1:49 am, Tony <[EMAIL PROTECTED]> wrote: > As far as I can tell, main.js doesn't call anything else. Has lots of > function definitions.
"maps" and "main.js" are the API. They are loaded with the API script call, and you shouldn't do it again. Because you *do* load the API correctly in the long script tag, you get a map. You don't need protractor_files/urchin.js either, because you're already loading urchin the correct way. It appears that at some time you have got the page right and then saved the online source with "Save As Web Page (complete)", which amasses all the included files in a _files directory. Check out the "Hello World" of Google Maps http://code.google.com/apis/maps/documentation/introduction.html to see what you actually need, and get rid of everything in protractor_files -- together with the lines which call all of that, of course. 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 -~----------~----~----~----~------~----~------~--~---
