Hi,
I have a map name (strings).
I want to know how to access the listLayer() of a specific map by the "string" name of the map.
x = "Map1"
for i in x.listLayers():
print("Layer: " + i.name)
not really working because I don't know how to "call" the specific map.
Thanks!