i have users with addresses correctly geo-coded by location module.
if i try to use it in views (5.x-1.6) with (exposed) filtering by 'User Location: Proximity Map' there are only users near by lat/long 0, 0 shown up and also the map falls back to lat/long 0, 0 (and zoom level 16) after submit. when i tried to hack the location.inc, for example with $map_macro = variable_get('gmap_user_map', '[gmap|id=usermap|center=48.22513009858079,16.34495258331299|zoom=1]'); it works for filtering that region, but nothing changes after submitting the exposed filter.
maybe a small hack to get it to work but i dont understand how and where to put it into.
another issue is that there is some difference between registered und unregistered users: the registered get's the map with lat/lon 0, 0 and registred users lat/lon 0,30, but thats another thing, i think.
after downgrading to rc1 (and updating mysql tables with update.php to 5301) it is working again...
hope that helps ;)
Comments
Comment #1
carligraph commentedComment #2
socialnicheguru commentedthis is not working for me either on location 5.x.30 either
Comment #3
socialnicheguru commentedthis worked to fix the proximity filters. It should be put into Head
http://drupal.org/node/326749#comment-1155243
Comment #4
yesct commentedmarking as a duplicate of #326749: Exposed Proximity Search Filter not recognized