Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
387 B
Plaintext
Raw Normal View History

{
"name": "$scale",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["deprecated"],
"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"
}],
"tags": ["denominator", "contexts", "current", "scale", "canvas", "map"]
}