mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #3078 from 3nids/scaledenomhelp
Precise that scale function returns the denominator and not the scale itself
This commit is contained in:
commit
daa23b59fc
@ -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