mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
- Expose default values of args - Fix args name or description - Fix/add more examples (to show various possibilities of a function or so that functions that relate have examples that relate)
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
{
|
|
"name": "$geometry",
|
|
"type": "function",
|
|
"groups": ["GeometryGroup"],
|
|
"description": "Returns the geometry of the current feature. Can be used for processing with other functions.",
|
|
"examples": [ { "expression":"geom_to_wkt( $geometry )", "returns":"'POINT(6 50)'"}
|
|
]
|
|
}
|