mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
514 B
Plaintext
12 lines
514 B
Plaintext
{
|
|
"name": "$y",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Returns the y coordinate of the current point feature. If the feature is a multipoint feature, then the y-coordinate of the first point will be returned. <b>WARNING: This function is deprecated. It is recommended to use the replacement y() function with @geometry variable instead.</b>",
|
|
"examples": [{
|
|
"expression": "$y",
|
|
"returns": "42"
|
|
}],
|
|
"tags": ["first", "point", "coordinate", "current", "multipoint"]
|
|
}
|