geoview-core
    Preparing search index...

    Interface TypeImageStaticLayerConfig

    interface TypeImageStaticLayerConfig {
        externalDateFormat?: string;
        geoviewLayerId: string;
        geoviewLayerName?: string;
        geoviewLayerType: TypeGeoviewLayerType;
        initialSettings?: TypeLayerInitialSettings;
        isTimeAware?: boolean;
        listOfLayerEntryConfig: ImageStaticLayerEntryConfig[];
        maxScale?: number;
        metadataAccessPath?: string;
        minScale?: number;
        serviceDateFormat?: string;
    }

    Hierarchy

    • Omit<TypeGeoviewLayerConfig, "listOfLayerEntryConfig">
      • TypeImageStaticLayerConfig
    Index

    Properties

    externalDateFormat?: string

    Date format used by the getFeatureInfo to output date variable.

    geoviewLayerId: string

    The GeoView layer identifier.

    geoviewLayerName?: string

    The display name of the layer (English/French). If it is not present the viewer will make an attempt to scrape this information.

    geoviewLayerType: TypeGeoviewLayerType

    Type of GeoView layer.

    initialSettings?: TypeLayerInitialSettings

    Initial settings to apply to the GeoView layer at creation time. This attribute is allowed only if listOfLayerEntryConfig.length > 1.

    isTimeAware?: boolean

    Flag to include layer in time able function like time slider

    listOfLayerEntryConfig: ImageStaticLayerEntryConfig[]
    maxScale?: number
    metadataAccessPath?: string

    The GeoView layer access path (English/French).

    minScale?: number

    Min and max scales

    serviceDateFormat?: string

    Date format used by the service endpoint.