Originally requested over in the OpenLayers Geocoder issue queue -> http://drupal.org/node/937526

Comments

R.J. Steinert’s picture

A quick fix, no option given in the filter options but checks for the openlayers_geocoder module.

kardave’s picture

This is a must have!

Will test...

kardave’s picture

Works as expected!

Thanks for the patch!

rickvug’s picture

Status: Active » Needs work

The AJAX call works well but unfortunately the filter itself is not working for me. Here is an example of a URL created by this filter:

http://dealer-locator.vm/?circle_op=%3C&prox%5Bvalue%5D=50&prox%5Bmin%5D=&prox%5Bmax%5D=&prox%5Bloc%5D=3+Medina+Rd%2C+Medina%2C+OH+44256%2C+USA

The encoded address is being used in the exposed filter rather than the lat/long. I'm using the OpenLayers WKT CCK field (not sure if that makes a difference).