Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
354 B
Plaintext
Raw Normal View History

{
"name": "centroid",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["GeometryGroup"],
"description": "Returns the geometric center of a geometry.",
"arguments": [{
"arg": "geometry",
"description": "a geometry"
}],
"examples": [{
"expression": "centroid(@geometry)",
"returns": "a point geometry"
}],
"tags": ["geometric", "center"]
}