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