Added
- Added a
nearspatial filter to POST /v1/planning/query. Supplynearas{ lat, lng, radiusM }to return only applications whose site point lies withinradiusMmetres of the centre. Accepts a radius from100to50000metres. - Results matched by
nearare ordered closest-first, overriding anysortBy/sortOrder. You can still combinenearwith other filters such asstatusesorreceivedDateFromto narrow the set further. - Added a
distancefield to each application in the response: the straight-line distance in metres from the site centroid to the supplied centre. It is populated onnearqueries,nullwhen an application has no site point, andnullfor non-spatial lookups.