Simple Positions

Simple Positions

13 Downloads

Add `nearest` action

marcbeat opened this issue ยท 1 comments

commented

With the action nearest, the nearest position matching an optional filter query is returned.
The filter query is implied on the FQN.

For calculating the nearest position, the square root distance is taken, to avoid unnecessary ambiguity using manhattan distance.

Possible usage:

/pos nearest
/pos nearest portal
commented

Added with 6f93eb7