Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

12 lines
389 B
Plaintext

{
"name": "$z",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns the z value of the current point feature if it is 3D. If the feature is a multipoint feature, then the z value of the first point will be returned.",
"examples": [{
"expression": "$z",
"returns": "123"
}],
"tags": ["first", "point", "current", "multipoint", "altitude", "3D"]
}