mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
303 B
Plaintext
10 lines
303 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"}
|
|
]
|
|
}
|