[refFunctions] missing help description

This commit is contained in:
olivierdalang 2020-09-09 11:25:54 +02:00
parent 751ad05fd6
commit bcd6d53ff0

View File

@ -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",