I have a basic content type with Title and two fields 1) Address Field "Postal Address" and 2) geofield, Geofield is configured to get geocode from another field "Address", and using Google Geocoder with defaults for Geometry Type "Point" setting and other options.

I also have the ip_geoloc module (views and maps) enabled.

Created a node view of my basic address content and followed: https://www.drupal.org/node/1944648

Tested with a basic table format so I can see the Proximity results and I can only get non 0 values if I use the "Manually Entered Point" as the source of origin for the geofield - proximity field. If I enter lat and Long value then I have proximity results.
Non of the other other proximity filed options will return a value.

Adding the geofield to the view works and will show a map, or the lat and long etc

Don't believe my issue is related to having the search_api and search_api_location modules enabled.

What am I missing as this should work right?

Comments

blainelang created an issue. See original summary.

blainelang’s picture

Status: Active » Closed (works as designed)

Working now and hard to say what the issue was. I installed the dev versions of the geocoder and geophp modules but even after getting it working with these releases, putting back the geophp version 1.7 and geocoder 1.2, it was still working. Cleared caches many times and my settings are still the same.

I'm just happy that this is now working - thanks for a great module!