
Dave
Staff
/ Moderator

Aug 16, 2011, 4:44 PM
Post #2 of 8
(2764 views)
Shortcut
|
|
Re: [northernpenguin] Possible Bug in Geocoder?
[In reply to]
|
Can't Post
|
|
Hi northernpenguin, You can set a "bias" for the region in the top of the plugin. Just replace this line: // two-letter ccTLD, eg: us, GB, ref: http://code.google.com/apis/maps/documentation/javascript/basics.html#Region //$GLOBALS['GEOCODER_REGION'] = 'us'; With this: // two-letter ccTLD, eg: us, GB, ref: http://code.google.com/apis/maps/documentation/javascript/basics.html#Region $GLOBALS['GEOCODER_REGION'] = 'CA'; Can you let me know if that makes a difference? If not we'll have to do some more digging. :) Hope that helps! Dave Edis - Senior Developer interactivetools.com
|