On Oct 6, 2:04 pm, Matt Ludwig <[email protected]> wrote: > Thank you so much Larry for your insight. > > What has me curious is our maps have been working flawlessly for over 2 > years and this just randomly happened as of 48 hours ago. Do you know if > Google possibly made a change, I can't find anything anywhere outlining > that.
I wouldn't have expected that to ever work. But the problem you are having is this URL was never documented and is no longer supported: http://maps.google.com/jsapi See these posts in the v2 group (which is where your post should have been, since that is what you are using): http://groups.google.com/group/google-maps-api/browse_frm/thread/c9e6249fe10e7105/51ee53cb905513e8?lnk=gst&q=jsapi#51ee53cb905513e8 http://groups.google.com/group/google-maps-api/browse_frm/thread/dead4944ff91b2e2/249ae24faad6f470?lnk=gst&q=jsapi#249ae24faad6f470 -- Larry > > I appreciate your feedback!! > > Matt > > On Wed, Oct 6, 2010 at 3:16 PM, [email protected] > <[email protected]>wrote: > > > > > > > On Oct 6, 10:52 am, Lud <[email protected]> wrote: > > > I've been reading the versioning section thoroughly and can't seem to > > > figure out how to migrate correctly. > > > > As of about two days ago my maps are now blank. I'm not seeing clearly > > > in devplr's guide how to migrate code to v3. > > > You are currently using v2: > > google.load("maps", "2"); > > > That is still available. > > > Your problem is a sequencing issue, you don't let the jsapi loader > > finish loading before running scripts that depend on it. > > > -- Larry > > > > Viewing source, I can see data is being pulled in from google but then > > > no display. Is this due to the deprecation of v2 and my API key? Does > > > an API key expire? Check my source here: > >http://www.thebedandbreakfastdirectory.com/fredericksburg_TX-search.html > > > > any thoughts would be greatly appreciated. > > > > Mozilla gives me this: > > > ------------------------------------------------------------------------------------------- > > > User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; > > > Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR > > > 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C) > > > Timestamp: Wed, 6 Oct 2010 04:35:17 UTC > > > > Message: 'google' is undefined > > > Line: 10 > > > Char: 1 > > > Code: 0 > > > URI: > >http://www.thebedandbreakfastdirectory.com/addons/gmaps/map_google.js > > > ------------------------------------------------------------------------------------------------------------------ > > > > Thank You! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-js-api-v3%2b[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > Sincerely, > Matt Ludwig > 303.428.2880http://www.manifestseo.com/ > ManifestSEO- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
