On Mar 8, 3:20 pm, "[email protected]" <[email protected]> wrote: > On Mar 8, 2:38 pm, Andrew Meyer <[email protected]> wrote: > > > I registered for a key forhttp://lug.mtu.eduandam given a message > > indicating that I need a new key when I use the key > > onhttp://lug.mtu.edu/map.html. > > I tried registering for a new key, and was given the same key again, > > which of course still gives the error. Any ideas? I am trying to use > > Google Maps to chart out where the users of our Linux mirrors are to > > justify our existence to those who control the bandwidth at school. > > Your html is horribly > invalid:http://validator.w3.org/check?uri=http%3A%2F%2Flug.mtu.edu%2Fmap.html... > > It should be: > <html> > <head> > </head> > <body> > </body> > </html> > > Put your script in the <head> > > Your map div has id="map_canvas" not "map". > > There are other issues.
Fixing the errors above (and changing the key to mine) gives me a map: http://www.geocodezip.com/lug_mit_edu_mapB.html and an error on this line: this.points = array2points(this.points); -- Larry -- 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.
