Create a dict from a list of Layers with a key (LayerId) and the corresponding Layer as a value.
Layer
layerList (List[Layer]) – A list of layers with a unique LayerId
List
Dict[int, Layer]
Dict
int
A Dict Structure with Layers
Installation
Getting Started
Modules