mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
|
<h3>$atlasfeature function</h3>
|
||
|
In atlas generation, returns the current feature that is iterated over on the coverage layer. This can be used with the 'attribute' function
|
||
|
to return attribute values from the current atlas feature.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<pre>$atlasfeature</pre>
|
||
|
|
||
|
<h4>Arguments</h4>
|
||
|
None
|
||
|
|
||
|
<h4>Example</h4>
|
||
|
<pre>attribute( $atlasfeature, 'name' ) → returns value stored in 'name' attribute for the current atlas feature</pre>
|
||
|
|