I have a custom content type with an address field.

I want users to be able to search near an address (proximity) for nodes...possibly using Views integration.

What is the best module to do this with in 7.x?

Comments

Openlayers

You will need two modules http://drupal.org/project/openlayers and http://drupal.org/project/openlayers_proximity, these two modules integrate with views and gives feature of exposed filters for search in proximity.

Hth,
Sadashiv.

You will also need

You will also need the geofield and geocoder modules to geocode your address field. Take a look at the openlayers locator module for how it all fits together.

Thanks for the advise! I

Thanks for the advise!

I ended up installing the openlayers locator feature and then backward-engineered it for my content type. It's really confusing and openlayers doesn't really have any descent documentation.

## Note: The above code is fictitious. Any resemblance to real or actual working code is purely coincidental.