We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3c416 commit 386fcc6Copy full SHA for 386fcc6
resources/function_help/json/y
@@ -3,6 +3,7 @@
3
"type": "function",
4
"description": "Returns the y coordinate of a point geometry, or the y-coordinate of the centroid for a non-point geometry.",
5
"arguments": [ {"arg":"geom","description":"a geometry"}],
6
- "examples": [ { "expression":"y( geom_from_wkt( 'POINT(2 5)' ) )", "returns":"5"}
+ "examples": [ { "expression":"y( geom_from_wkt( 'POINT(2 5)' ) )", "returns":"5"},
7
+ { "expression":"y( $geometry )", "returns":"y coordinate of the current feature's centroid"}
8
]
9
}
0 commit comments