Open Pioneer Trails Packages
    Preparing search index...

    Type Alias LayerCreateOptions<LayerType, Config>

    LayerCreateOptions: { type: LayerConstructor<Config, LayerType> } & Config

    Options that can be passed to LayerFactory.create.

    The type option is mandatory and indicates the type of the layer (e.g. WMSLayer). The other options depend on the specific layer type.

    Type Parameters

    Type Declaration