mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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"}
|
|
]
|
|
}
|