9 lines
275 B
Plaintext
Raw Normal View History

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