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

16 lines
360 B
Plaintext

{
"name": "m",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns the m (measure) value of a point geometry.",
"arguments": [{
"arg": "geometry",
"description": "a point geometry"
}],
"examples": [{
"expression": "m( geom_from_wkt( 'POINTM(2 5 4)' ) )",
"returns": "4"
}],
"tags": ["point", "measure"]
}