mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
{
|
|
"name": "$scale",
|
|
"type": "function",
|
|
"description": "Returns the current scale of the map canvas.\\n\\nNote: This function is only available in some contexts and will be 0 otherwise.",
|
|
"examples": [
|
|
{ "expression":"$scale", "returns":"10000"}
|
|
]
|
|
}
|