Now GEOCODER_AUTOCOMPLETE_URL is http://maps.google.com/maps/api/geocode

The right URL is http://maps.googleapis.com/maps/api/geocode

patch included

CommentFileSizeAuthor
patch_commit_1d29dffd532b.patch526 bytesReynar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lias’s picture

patch is missing the quotes, see: http://drupal.org/node/1363676#comment-5582428, and once added along with new URL I didn't get any error messages of undefined constant GEOCODER_AUTOCOMPLETE_URL

with quotes

define("GEOCODER_AUTOCOMPLETE_URL", 'http://maps.googleapis.com/maps/api/geocode');
define("GEOCODER_AUTOCOMPLETE_FORMAT", 'json');
anrikun’s picture

Assigned: Reynar » Unassigned
Status: Patch (to be ported) » Fixed

This should be fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.