mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
{
|
|
"name": "$atlasfeatureid",
|
|
"type": "function",
|
|
"description": "Returns the feature id of the current row while using atlas. This enables you to use features of atlas in rules and for example show or hide features based on their id.",
|
|
"examples": [ { "expression":"$atlasfeatureid = $id", "returns":"true"}]
|
|
}
|
|
|