xpath to find eg addresses within a range of .. km

0
Is it possible to do this this with Xpath?   So, the query should be like I want to select  *  from addresses  where the distance is within a range of x km from a certain long/latitude   regards   Richard
asked
3 answers
1

Not an XPath, but there's a GeoOperations module in the Mendix appstore, which has a "CalculateDistance" Java action.

 

https://appstore.home.mendix.com/link/app/29470/

answered
0

With out of the box XPath this is not possible with Mendix. In order to make such a retrieve first the distance between addresses needs to be calculated. This can be done with several options like this: 

https://forum.mendix.com/link/questions/6986

and their used to be a distance calculator module in the appstore.

answered
0

Ok, already had something in mind, but was curious about Xpath.

Thanks !

answered