Skip to content

Commit daa23b5

Browse files
committed
Merge pull request #3078 from 3nids/scaledenomhelp
Precise that scale function returns the denominator and not the scale itself
2 parents 23a3a77 + 69a8c38 commit daa23b5

File tree

1 file changed

+1
-1
lines changed
  • resources/function_help/json

1 file changed

+1
-1
lines changed

resources/function_help/json/$scale

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "$scale",
33
"type": "function",
4-
"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.",
4+
"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.",
55
"examples": [
66
{ "expression":"$scale", "returns":"10000"}
77
]

0 commit comments

Comments
 (0)