Thank you for your feedback, but I think there is still a misunderstanding on the displayed distance.
The distance ordering for me is backward, with the closest meeting *last*. See image3.jpg.
For me, the issue here is not the order, but the displayed distances(515.7 mi, 304.5 mi, and 11.3 mi). The order is correct, I expect to have this order: New York, Washington, then Pittsburgh.
These distances(515.7 mi, 304.5 mi, and 11.3 mi)are probably calculated based on your current position, so I assume that your current position is nearest to Pittsburgh, then Washington, then New York. Check this old screenshot(position in Morocco/Africa ), just focus on the calculated distance, not the order of the results hidden link
This is the return value of toolset-maps-distance-value shortcode, we should work on this and get it fixed too.
1. I select 25 miles as the radius.
2. Enter Philadelphia, PA, USA in toolset_maps_distance_center
3. We expect to have meetings displayed obeying the search criteria, sorted in ascending order with closest first, which in the case above, should be none.
4. Instead, we get the same 3 meetings from my location, sorted in descending order with farthest first.
For point 3, the view was not having a query filter on the distance. I added it now, check it on this screenshot hidden link
On the first load, when no search center is provided, the view will provide all the results. Once a search center and a radius is provided it will filter based on it (Philadelphia and 25mi will give no results).
The only remaining issue is the calculated distance, which is always performed against the visitor's current distance instead of the searched location. Do we agree with it? Or am I still missing something?