Hi,
I've successfully created a test view and returned a result set based on the nodes distance from the supplied lat/long information I added through the views admin UI (using the "Enter Value" option). I'm a bit stuck on two tasks though:
I've been using this module for a year now and this latest version looks great!
Comments
Comment #1
allie mickaNot yet, but I love this idea and will attempt to get it into a default argument handler.
This should be possible with the latest CVS commit.
Comment #2
idontknowtheanswer commentedThanks Allie, if you want help testing just shout!
Comment #3
adamus_maximus commentedSorting does not work.
To clarify, I specifed filters and fields that compute spherical distances from a certain point, exposed to the user as a Google API text field. This much works fine. When I try to sort on this same distance calculation, the sorting configuration does not make it into the query. It just sorts by my first column, users_name:
"ORDER BY users_name ASC"
Comment #4
adamus_maximus commented