geoview-core
    Preparing search index...

    Interface TypeKmlLayerConfig

    interface TypeKmlLayerConfig {
        displayDateFormat?: TypeDisplayDateFormat;
        displayDateFormatShort?: TypeDisplayDateFormat;
        displayDateTimezone?: string;
        geoviewLayerId: string;
        geoviewLayerName?: string;
        geoviewLayerType: TypeGeoviewLayerType;
        initialSettings?: TypeLayerInitialSettings;
        isTimeAware?: boolean;
        listOfLayerEntryConfig: KmlLayerEntryConfig[];
        maxScale?: number;
        metadataAccessPath?: string;
        minScale?: number;
        serviceDateFormat?: string;
        serviceDateFormatIdentify?: string;
        serviceDateTemporalMode?: TemporalMode;
        serviceDateTimezone?: string;
    }

    Hierarchy

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

    Properties

    displayDateFormat?: TypeDisplayDateFormat

    Indicates the format how the dates should be displayed in general

    displayDateFormatShort?: TypeDisplayDateFormat

    Indicates the format how the dates should be displayed when shortened. Defaults to displayDateFormat

    displayDateTimezone?: string

    Indicates the format how the dates should be displayed

    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: KmlLayerEntryConfig[]
    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.

    serviceDateFormatIdentify?: string

    Date format used by the service endpoint for an identify.

    serviceDateTemporalMode?: TemporalMode

    Indicates the temporal mode the dates should be interpreted.

    serviceDateTimezone?: string

    Service time zone of the dates