It would be awesome if this module provided a geofield proximity plugin as well as the Search API Location plugin. For example see geofield/views/proximity_plugins/*. I realize the project page specifically says this is for Search API Location, but since you have the Geocomplete namespace I think this makes sense.

CommentFileSizeAuthor
#5 geofield_geocomplete.zip3.24 KBmstrelan

Comments

alex.bukach’s picture

If this is still relevant, could you please give more info what you mean by geofield plugin?

alex.bukach’s picture

Status: Active » Postponed (maintainer needs more info)
mstrelan’s picture

Geofield module has a views filter for proximity to a certain point. It provides a plugin system for defining the type of widget that users can specify that point of origin. For example, manual entry of coordinates. This module could replace manual entry with the Geocomplete widget.

alex.bukach’s picture

@mstrelan do you mean a filter like geofieldProximityManual which displays geocomplete widget instead of lat/lon fields?

mstrelan’s picture

StatusFileSize
new3.24 KB

@mstrelan do you mean a filter like geofieldProximityManual which displays geocomplete widget instead of lat/lon fields?

Yes exactly. I started a custom module for it which is attached, but it still needs configuration options via Views UI and has CSS and JS specific to the project I needed it for. But you can use it to see exactly what I mean. As per the OP feel free to say this is not in scope for this module.