Hello, and thank you so much for all the work you've done on this module. The input filter is exactly what I needed for my map based project.

I'm using Geolocation Field 7.x-1.1, Views 7.x-3.6 and IP Geolocation View & Maps 7.x-1.19

I have a geolocation field assigned to logged in users. The user chooses a location, which is the center of a region to explore. I would like to be able to create a proximity filter in Views that displays nodes (also with a geolocation field) within a fixed distance of the user's chosen location.

I found #1469956: [Meta] - Improve Views-powered Geofield proximity searches .. works for geofield

Could you suggest a way to do this with geolocation field?

It looks like my current options are:
1) adapt the code from the issue above to work for geolocation fields
2) migrate my content to geofield field

Is there work being done on this issue already? If so, is there something I could do to help the project along?

Thanks again!

Comments

LBen’s picture

Status: Active » Closed (works as designed)

I ended up solving this problem by using the dev version of geofield. The proximity filter from geofield works exactly as I need: I'm able to filter proximity to a geofield assigned to the user. One of the input widgets available for geofield is the geolocation widget!