mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
{
|
|
"name": "$scale",
|
|
"type": "function",
|
|
"groups": ["deprecated"],
|
|
"description": "Returns the current scale denominator of the map canvas.<br><br>Note: This function is only available in some contexts and will be 0 otherwise.",
|
|
"examples": [{
|
|
"expression": "$scale",
|
|
"returns": "10000"
|
|
}],
|
|
"tags": ["denominator", "contexts", "current", "scale", "canvas", "map"]
|
|
}
|