By pritch20001 on
Has anyone go UK postcode for radius/proximity search working in production using drupal??
I've looked at stable d6 modules and nothing seems to achieve this? Please can anyone help??
I want to be able to associate a user or node with a location and then allow searching for this. I've looked at location module but I can't get that to achieve this in uk, can anyone?
Comments
*bump* having the same
*bump*
having the same problem here...
*solved*
for me, the solution was to apply a fix I read about for proximty searching Canadian content.
http://drupal.org/node/255995
i simply took the location_latlon_rough_ca and added it to my location.uk.inc file (changing the function to _uk):
i dropped the strlen check by one, as the first address i was unable to find (via proximity search) was E8 1EJ.
hope this helps!