mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
[refFunctions] missing help description
This commit is contained in:
parent
751ad05fd6
commit
bcd6d53ff0
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user