mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04: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"}]
|
|
}
|