9 lines
304 B
Plaintext
Raw Normal View History

{
"name": "$x",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
"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"}
]
}