Skip to content

Commit fd3ed08

Browse files
committed
Precise that scale function returns the denominator and not the scale itself
(cherry-picked from 69a8c38)
1 parent e63e9eb commit fd3ed08

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)