mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Add precision to multipoint feature $x and $y functions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
parent
5901d5dc6f
commit
4e2cf102e0
@ -2,7 +2,7 @@
|
||||
"name": "$x",
|
||||
"type": "function",
|
||||
"groups": ["GeometryGroup"],
|
||||
"description": "Returns the x coordinate of the current point feature.",
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "$y",
|
||||
"type": "function",
|
||||
"groups": ["GeometryGroup"],
|
||||
"description": "Returns the y coordinate of the current point feature.",
|
||||
"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.",
|
||||
"examples": [ { "expression":"$y", "returns":"42"}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user