Precise that scale function returns the denominator and not the scale itself

This commit is contained in:
Denis Rouzaud 2016-05-18 10:28:11 +02:00
parent a9c1996bbc
commit 69a8c381ab

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