@geogirafe/lib-geoportal
    Preparing search index...

    Layer that has a temporal dimension and can be filtered by specifying a TIME URL parameter. Filter arguments are date strings (simple value or time range) and saved in property timeRestriction.

    Hierarchy (View Summary)

    Implements

    Index
    _isMixed?: boolean
    activeState: "on" | "off" | "semi" = 'off'
    children: BaseLayer[] = []
    disclaimer?: string
    errorMessage: string | null = null
    hasError: boolean = false
    id: number
    isDefaultChecked: boolean
    isDraggable: boolean = true
    isExclusiveGroup: boolean
    isExpanded: boolean
    isHighlighted: boolean = false
    isPinned: boolean = false
    isRemovable: boolean = true
    isSwipeable: boolean = true
    isVisible: boolean = true
    metadataUrl?: string
    name: string
    order: number
    timeAttribute?: string
    timeOptions?: ITimeOptions
    timeRestriction?: string
    treeItemId: string
    • get isMixed(): boolean

      Checks if all the children are LayerWms with the same ogcServer, opacity time

      Returns boolean