On Dec 27, 2:24 am, Mahin <[email protected]> wrote: > We have contacted the Google Maps group earlier for this pdueroblem, > Please find below thread for more details. > > http://www.google.com/support/forum/p/maps/thread?tid=7c4467f38f601eb...
I got a page the first time I went to your site, now all I get is an error page. Seems like you might be doing your geocoding server-side, you might want to look at doing it in the client. Have you seen this article: http://code.google.com/apis/maps/articles/geocodestrat.html (it was written with the v3 api in mind but the concepts apply to v2 as well) -- Larry > > Summarize the issue: > Hi > > Our sites playntrade.com and pnt.netamaze.net do not generate over > 2500 unique hits to google map api each day and yet we are getting the > OVER_QUERY_LIMIT error msg consistently each day for each attempt we > are trying to connect to the api for displaying the map locations for > our stores. Below is the error msg. > > Server Error in '/' Application. > ________________________________________ > There was an error with Google's Geocoding Service: OVER_QUERY_LIMIT > Description: An unhandled exception occurred during the execution of > the current web request. Please review the stack trace for more > information about the error and where it originated in the code. > > Exception Details: System.ApplicationException: There was an error > with Google's Geocoding Service: OVER_QUERY_LIMIT > > Source Error: > An unhandled exception was generated during the execution of the > current web request. Information regarding the origin and location of > the exception can be identified using the exception stack trace below. > > Stack Trace: > > [ApplicationException: There was an error with Google's Geocoding > Service: OVER_QUERY_LIMIT] > GoogleMapsAPIHelpersCS.GetGeocodingSearchResults(String address) > +336 > > NetAmazeSolution.NetCommerce.Web.Modules.pnt_StoreLocator.btngo(Object > sender, EventArgs e) +92 > System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 > System.Web.UI.WebControls.Button.RaisePostBackEvent(String > eventArgument) +110 > > System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaiseP > ostBackEvent(String > eventArgument) +10 > System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler > sourceControl, String eventArgument) +13 > System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) > +36 > System.Web.UI.Page.ProcessRequestMain(Boolean > includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) > +1565 > > Link to the map or business listing in question if applicable: > > Please go to playntrade.com or pnt.netamaze.net and select Store > locator on the header. Once on the page, please put in a zip code - > 98006 > Normally typing in 98006 would generate several store locations on the > map but in this case, the page simply return the OVER_QUERY_LIMIT each > and every time... > > We suspect that some how Google Map service has blocked their services > to our URLs. Any ideas on that. > > Thanks in advance for any help/pointers. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
