1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-07 11:40:36 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/docs/geolookup.tid
2023-04-13 09:39:52 +01:00

15 lines
627 B
Plaintext

title: $:/plugins/tiddlywiki/geospatial/docs/geolookup
caption: geolookup operator
tags: $:/tags/GeospatialDocs
!! `geolookup` operator
The `geolookup` operator identifies the polygon(s) within a [[GeoJSON Polygon Feature]] that correspond to a particular point, and returns the JSON properties of that polygon.
Each input list item is interpreted as a [[GeoJSON Point Feature]] and the operand is interpreted as a [[GeoJSON Polygon Feature Collection]].
!! Examples
<$testcase testcase-tiddler="$:/plugins/tiddlywiki/geospatial/tests/operators/geolookup">
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>
</$testcase>