The geocode module don't geocode any more for me.... After some investigation I found this is because google API need:
# key (required) — Your API key.
# sensor (required) — Indicates whether or not the geocoding request comes from a device with a location sensor. This value must be either true or false. (Note that devices with sensors generally perform their own geocoding by definition; therefore, most geocoding requests to the Maps API Geocoding service should set sensor to false.)

Source: http://code.google.com/intl/fr/apis/maps/documentation/geocoding/

related with [606380]

My proposition is to create an admin page to set this required options and other optional like "gl".

CommentFileSizeAuthor
#5 geocode.inc_google_key.patch894 bytesgagarine

Comments

gagarine’s picture

allie micka’s picture

Status: Active » Closed (duplicate)

Hi gagarine,

I'm going to mark this as a duplicate, because I think that fixing #606380 will set you straight.

Thanks!

allie micka’s picture

Status: Closed (duplicate) » Fixed

Actually, on second viewing, #606380 is different from this. I have just committed a fix for the &key&sensor thing, and will revisit that other ticket.

Status: Fixed » Closed (fixed)

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

gagarine’s picture

StatusFileSize
new894 bytes

Just add the patch (already committed)
Need GMAP module to work a better alternative could be #758004: Use the project keys to manage google keys