mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
{
|
||
|
"name": "$x",
|
||
|
"type": "function",
|
||
|
"description": "Returns the x coordinate of the current feature.",
|
||
|
"examples": [ { "expression":"$x", "returns":"42"}
|
||
|
]
|
||
|
}
|