Harrissou Sant-anna 4e2cf102e0 Add precision to multipoint feature $x and $y functions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-07-21 10:16:00 +10:00

9 lines
304 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.",
"examples": [ { "expression":"$y", "returns":"42"}
]
}