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

carligraph’s picture

Assigned: carligraph » Unassigned
socialnicheguru’s picture

Version: 5.x-3.0-rc2 » 5.x-3.0

this is not working for me either on location 5.x.30 either

socialnicheguru’s picture

this worked to fix the proximity filters. It should be put into Head

http://drupal.org/node/326749#comment-1155243

yesct’s picture

Status: Active » Closed (duplicate)
Issue tags: +Location proximity view