mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
|
{
|
||
|
"name": "$numfeatures",
|
||
|
"type": "function",
|
||
|
"description": "In atlas generation, returns the total number of features within the coverage layer.",
|
||
|
"examples": [
|
||
|
{ "expression":"$numfeatures", "returns":"42"}
|
||
|
]
|
||
|
}
|