Hi There, I got into serious trouble with my googleMap custom code last Sep as you guys released the update.
Again this week, or more concretely since last wknd update, my googleMap doesn't show the lat/lng expected due to OVER_QUERY_LIMIT.
I don't understand why this error again since that what was thrown last Sep already and I fixed it. What I did is instead of going for a batch of users' geoloc address conversion into lat/lng coords upon map load, I changed to each addr is converted and lat/lng are stored in DB when userAccount is created. then, no addr conversion is requested on map load. it has been working well.
Could you tell me what was updated and/or deprecated on your side in order for me to look into that direction to fix my custom code and save precious time ?
last Autumn it took me quite some time to find out where the mess came from (since I was confident in the code used from the Appery tutorial initially). So, I'd like rather not to waste again time on that every-6-month-temper-teaser ![]()
thks a lot in advance,
Eric