mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
12 lines
382 B
Plaintext
12 lines
382 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.",
|
|
"examples": [{
|
|
"expression": "$x",
|
|
"returns": "42"
|
|
}],
|
|
"tags": ["first", "point", "coordinate", "current", "multipoint"]
|
|
}
|