Closed (fixed)
Project:
Geolocation Proximity
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 05:44 UTC
Updated:
8 May 2012 at 14:10 UTC
It is essential that the computed distance can be output by the view, per row. It should be sortable too.
That way, after filtering relative to a point and a certain distance (which the module awesomely handles already), the view could then display actual distances, in order of nearest to farthest. Kindof the whole point of a proximity filter methinks?
For example, think of a store finder app, where you could see the distance relative to your address per store...
Comments
Comment #1
marcjohnson commentedComment #2
mauriziopinotti commentedAFAIK in Views 3 you can't sort on a field that doesn't exist in the database, such as "distance" which is computed on-the-fly by this module.
Please correct me if I'm wrong.
Comment #3
derjochenmeyer commentedComment #4
jm.federico commentedHello
This functionality is now available on the "betterviews" branch.
It also allows sorting.
I'm closing this issue.
This will eventually make it to the 3.x version.
Comment #5
jm.federico commentedComment #6
jm.federico commentedComment #7
derjochenmeyer commentedLet's not mark this "fixed" until we merge branches or release new a development branch including this feature. We also reference these issues on the project page:
http://drupal.org/project/geolocation_proximity
Comment #8
derjochenmeyer commentedThis feature is now in 7.x-2.x and will be available in 7.x-2.x-alpha3 and above.
Thanks jm.federico!