2022-11-29 17:47:53 +01:00

16 lines
611 B
Plaintext

{
"name": "$y_at",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Retrieves a y coordinate of the current feature's geometry. <b>WARNING: This function is deprecated. It is recommended to use the replacement y_at function with @geometry variable instead.</b>",
"arguments": [{
"arg": "vertex",
"description": "index of the vertex of the current geometry (indices start at 0; negative values apply from the last index, starting at -1)"
}],
"examples": [{
"expression": "$y_at(1)",
"returns": "2"
}],
"tags": ["current", "retrieves", "feature", "coordinate"]
}