mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
435 B
Plaintext
10 lines
435 B
Plaintext
|
{
|
||
|
"name": "$map",
|
||
|
"type": "function",
|
||
|
"description": "Returns the id of the current map item if the map is being drawn in a composition, or \"canvas\" if the map is being drawn within the main QGIS window.",
|
||
|
"examples": [
|
||
|
{ "expression": "$map", "returns": "\"overview_map\"", "description": "within a composer item"},
|
||
|
{ "expression": "$map", "returns": "\"canvas\"", "description": "within the main QGIS main canvas"}
|
||
|
]
|
||
|
}
|