Posted by iaminawe on October 7, 2011 at 7:25pm
3 followers
Jump to:
| Project: | OpenLayers Geocoder |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
We have several sites that use the Openlayers Geocoder project and have found that for some reason, the autocomplete address lookup seems to have stopped working. Typing in the address lookup bar starts the loading spinner but no results are returned at all
All sites affected are using the 2.x-dev branch of openlayers and openlayers_geocoder and have been working fine for months now but almost simultaneously we are receiving complaints from various different clients that it no longer works.
Could anyone else confirm this issue? Has there possibly been an API change that may have caused this?
Thanks for any assistance
Gregg
Comments
#1
Bumping this - can anyone else confirm that this has stopped working for them using the latest dev version?
#2
I'm personally still on 6.x-2.0-alpha5 so hard for me to tell but there have not been any changes to Geocoder it self in a long time http://drupal.org/node/638988/commits. You could do an quick test with alpha5 and see if that one is working for you.
#3
From http://code.google.com/intl/ca/apis/maps/documentation/geocoding/index.html
Reading this article: http://googlemapsapi.blogspot.com/2007/09/coming-soon-ip-based-geocode-l...
Maybe this is the problem. All the querys from your server are the same IP.
#4
Thank you for the suggestions. I am looking around to see how to find out if an IP is blocked or not, I have also switched all the openlayers displays over to google maps and have setup to a google maps API key to comply with their requirements so will see if this can get the IP unblocked. Will share my progress.