@terrestris/shogun-util

    Interface LayerArgs<D, S>

    interface LayerArgs<
        D extends DefaultLayerClientConfig,
        S extends DefaultLayerSourceConfig,
    > {
        clientConfig?: D;
        created?: string | Date;
        features?: FeatureCollection<Geometry, GeoJsonProperties>;
        id?: number;
        modified?: string | Date;
        name: string;
        sourceConfig: S;
        type: LayerType;
    }

    Type Parameters

    Hierarchy (View Summary, Expand)

    Index

    Properties

    clientConfig?: D
    created?: string | Date
    features?: FeatureCollection<Geometry, GeoJsonProperties>
    id?: number
    modified?: string | Date
    name: string
    sourceConfig: S
    type: LayerType
    MMNEPVFCICPMFPCPTTAAATR