Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

12 lines
387 B
Plaintext

{
"name": "$scale",
"type": "function",
"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"]
}