mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
|
{
|
||
|
"name": "$vertex_as_point",
|
||
|
"type": "function",
|
||
|
"groups": ["Meshes"],
|
||
|
"description": "Returns the current vertex as a point geometry.",
|
||
|
"examples": [ { "expression":"geom_to_wkt( $vertex_as_point )", "returns":"'POINT(800 1500 41)'"}
|
||
|
]
|
||
|
}
|