mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
346 B
Plaintext
10 lines
346 B
Plaintext
{
|
|
"name": "map_get",
|
|
"type": "function",
|
|
"groups": ["Maps"],
|
|
"description": "Returns the value of a map, given it's key.",
|
|
"arguments": [ {"arg":"map","description":"a map"},
|
|
{"arg":"key","description":"the key to lookup"}],
|
|
"examples": [ { "expression":"map_get(map('1','one','2','two'),'2')", "returns":"'two'"}]
|
|
}
|