Hi,

Thanks for the great job. it's seems to really doing something that's really important for a geoloc module.

When adding the filter 'Geolocation: field_idea_loc - distance', i'm only seeing 'static lat/long' as option for the origin, but checking the code it seems you're handling the user_location...I've tried to add a location to my user profile, but i still have only static lat/long

> How should i proceed to get it ?

Thanks again !

Comments

inkage’s picture

I'm also getting these error on the page render when selecting "Allow multiple selections"

• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 195 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).
• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 196 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).
• Notice: Undefined offset: 0 in geolocation_proximity_geolocation_distance_handler->query() (line 197 of/var/www/drup7/sites/all/modules/geolocation_proximity/geolocation_proximity_geolocation_distance_handler.inc).

I've digged to see if user location wasn't related to the Location module, but I'm getting a 500 error when trying to enable it, guess it isn't compliant with the geolocation module.

Again checking the code i'm seeing the function but can't get why it's not available... :/

inkage’s picture

I could achieved that through some custom php js block, but i'd rather like to use a clean approach.
>> should it be working by default or not ???

Thanks.

derjochenmeyer’s picture

Title: User location option » User location as input for views filter
Version: 7.x-1.1 » 7.x-2.x-dev
Category: bug » task