On Feb 12, 9:09 am, MapsRus <[email protected]> wrote: > Have edited my code slightly to allow for some code in a call back > function. I now get the standard "Error: '__e_' is null or not an > object" error. > > http://laudontech.com/tools/Edit2.HTML
I get the standard "This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/." message, then a map (which implies you are including the API twice, once with a valid key and once with an invalid key. I don't think the key in this line is valid (FYI - APIV3 doesn't need a key and has a different group): <script src="http://maps.google.com/maps?file=api&v=3&key=abcdefg" type="text/javascript"></script> Then the "Error: '__e_' is null or not an object" error, which results from this line in your code: var newMapType = new GMapType([ tiledmap2 ], new GMercatorProjection(20), "ArcGIS Online", { errorMessage:"No data available", minResolution: 1, maxResolution: 19 }); I suspect that there is something wrong with tiledmap2. -- Larry > > On Feb 12, 7:45 am, Andrew Leach <[email protected]> > wrote: > > > > > On 12 February 2010 15:42, MapsRus <[email protected]> wrote in > > an email: > > > > Sorry for the post Andrew! Forgot when using Chrome errors are glazed > > > over. Will look into the tile range error. > > > > M > > > The key error may be significant, too, but I couldn't tell whether > > that was causing the other error which was reported.- Hide quoted text - > > - Show quoted text - -- 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.
