geoview-core
    Preparing search index...

    Interface TypeWFSLayerConfig

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

    Hierarchy

    • Omit<TypeGeoviewLayerConfig, "geoviewLayerType">
      • TypeWFSLayerConfig
    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
    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: WfsLayerEntryConfig[]

    The layer entries to use from the GeoView layer.

    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.