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