Merge pull request #3078 from 3nids/scaledenomhelp

Precise that scale function returns the denominator and not the scale itself
This commit is contained in:
Nyall Dawson 2016-05-19 13:46:12 +10:00
commit daa23b59fc

View File

@ -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"}
]