Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[refFunctions] missing help description
  • Loading branch information
olivierdalang committed Sep 9, 2020
1 parent 751ad05 commit bcd6d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/geometry_overlay_nearest
@@ -1,7 +1,7 @@
{
"name": "geometry_overlay_nearest",
"type": "function",
"description": "TODO",
"description": "This returns an array of results of an expression evaluated on features from an other layer ordered BY DISTANCE to the current feature, or, if no expression if provided, simply returns whether at least one feature from the other layer was found. Note : this function can be slow and consume a lot of memory for large layers.",
"arguments": [
{
"arg": "layer",
Expand Down

0 comments on commit bcd6d53

Please sign in to comment.