1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00

9 lines
312 B
Plaintext

{
"name": "geom_to_wkt",
"type": "function",
"description": "Returns the Well-Known Text (WKT) representation of the geometry without SRID metadata.",
"arguments": [ {"arg":"geometry","description":"a geometry"}],
"examples": [ { "expression":"geom_to_wkt( $geometry )", "returns":"POINT(6 50)"}
]
}