Unable to get list of map layers from a map item in the layout #27561
Labels
Bug
Either a bug report, or a bug fix. Let's hope for the latter!
Expressions
Related to the QGIS expression engine or specific expression functions
Author Name: Harrissou Santanna (@DelazJ)
Original Redmine Issue: 19736
Affected QGIS version: 3.3(master)
Redmine category:expressions
If I write in a label item of the layout an expression like @map_get(item_variables('Map 1'), 'map_scale')@ it returns the current scale of the "Map 1" item.
If I write @map_get(item_variables('Map 1'), 'map_layers')@, I get an empty label. Same thing with map_layer_ids.
The text was updated successfully, but these errors were encountered: