mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
312 B
Plaintext
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)"}
|
|
]
|
|
}
|