From b47c75785a1749f19a3d2d466442e6f85b569fc9 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 28 Apr 2023 10:47:57 +0100 Subject: [PATCH] New geonearestpoint test case --- plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid b/plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid index 41620f705..76e802e70 100644 --- a/plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid +++ b/plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid @@ -4,11 +4,16 @@ tags: $:/tags/GeospatialDocs !! `geonearestpoint` operator -The `geonearestpoint` operator determines the point in a list that is nearest to a target point. Each input list item is interpreted as a [[GeoJSON Point Feature]] comprising the candidate points. The target point is specified as the first operand in [[GeoJSON Point Feature]] format. +The `geonearestpoint` operator determines the point in a list that is nearest to a target point. Each input list item is interpreted as a [[GeoJSON Feature]] comprising the candidate points. The target point is specified as the first operand in [[GeoJSON Point Feature]] format. !! Examples <$testcase> <$data $compound-tiddler="$:/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint"/> <$data $tiddler="$:/plugins/tiddlywiki/geospatial"/> - \ No newline at end of file + + +<$testcase> +<$data $compound-tiddler="$:/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2"/> +<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/> +