Is it possible to change layer type to intermediate by script?
layer.attributes["coordinates"] = {"a01": 0}
I would recommend setting a layer to intermediate with the UI and then looking at the attributes with print(layer.attributes)
.
2 Likes
@SCarewe The best friend I have ever met