Vincent Cloarec c2e607cbd7
add function $z for expression (#44776)
[feature] [expression] add function $z for expression
2021-09-01 09:08:36 +02:00

9 lines
307 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"}
]
}