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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    closeSwiperButton: HTMLButtonElement
    cogManager: CogManager
    crosshairFeature: Feature
    crosshairLayer: VectorLayer<VectorSource<Feature<Geometry>>>
    defaultSrid: ProjectionLike
    dragbox: DragBox
    drawingManager: DrawingManager
    focusFeature: FocusFeature
    geolocationSource: VectorSource
    highlightedFeaturesCollection: Collection<Feature<Geometry>> = ...
    highlightLayer: VectorLayer<VectorSource<Feature<Geometry>>>
    loading: boolean = false
    map3d: any
    map3dShadowsTimestamp: number
    map3dTarget: HTMLDivElement
    mapTarget: HTMLDivElement
    mapTargetResizeObserver: ResizeObserver
    name: string
    olMap: Map
    onChangeOrder: () => void = ...
    osmManager: OsmManager
    pixelTolerance: number = 10
    rendered: boolean = false
    selectedFeaturesCollection: Collection<Feature<Geometry>> = ...
    selectionLayer: VectorLayer<VectorSource<Feature<Geometry>>>
    shadow: ShadowRoot
    styleUrl: string | null = null
    styleUrls: string[] = ...
    swipeManager: SwipeManager
    swiper: HTMLInputElement
    template: Hole | (() => Hole)
    templateUrl: string = './template.html'
    vectorTilesManager: VectorTilesManager
    viewManager: ViewManager
    wmsManager3d: WmsManager3d | null = null
    wmtsManager: WmtsManager
    xyzManager: XyzManager

    Accessors

    Methods

    • Convert the string in parameter with uHtml and return it. This allows to convert a string with html in a right html object. For example, htmlUnsafe('

      ') will return an html div object.

      Parameters

      • str: string

      Returns Hole

    • In the templates, sometimes for accessibility reasons, we have to support the KeyDown Event In those case, we often juste want to do the same as the click event when Enter or Space is pressed Then this method can be used : it just calls the click event on the same element

      Parameters

      • e: KeyboardEvent

      Returns void