Skip to content

Commit

Permalink
Precise that scale function returns the denominator and not the scale…
Browse files Browse the repository at this point in the history
… itself

(cherry-picked from 69a8c38)
  • Loading branch information
nyalldawson committed May 19, 2016
1 parent e63e9eb commit fd3ed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/$scale
@@ -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"}
]
Expand Down

0 comments on commit fd3ed08

Please sign in to comment.