mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
368 B
Plaintext
9 lines
368 B
Plaintext
{
|
|
"name": "$currentfeature",
|
|
"type": "function",
|
|
"description": "Returns the current feature being evaluated. This can be used with the 'attribute' function to evaluate attribute values from the current feature.",
|
|
"examples": [
|
|
{ "expression":"attribute( $currentfeature, 'name' )", "returns":"value stored in 'name' attribute for the current feature"}
|
|
]
|
|
}
|