mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Precise that scale function returns the denominator and not the scale itself
This commit is contained in:
parent
a9c1996bbc
commit
69a8c381ab
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "$scale",
|
||||
"type": "function",
|
||||
"description": "Returns the current scale of the map canvas.<br><br>Note: This function is only available in some contexts and will be 0 otherwise.",
|
||||
"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"}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user