mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
{
|
|
"name": "$area",
|
|
"type": "function",
|
|
"description": "Returns the area of the current feature.",
|
|
"examples": [ { "expression":"$area", "returns":"42"}]
|
|
}
|