@geoblocks/ol-comfy
    Preparing search index...

    Store and manage overlays (popups) on the map.

    Index

    Constructors

    Methods

    • Add an overlay (with a group id) to the map.

      Parameters

      • overlayGroupUid: string
      • overlay: Overlay

      Returns void

    • Clear from the map all existing overlays from a group.

      Parameters

      • overlayGroupUid: string

      Returns void

    • Parameters

      • overlayGroupUid: string

      Returns Overlay[]

      all overlay for a specific group.

    • Set z-index of an overlay.

      Parameters

      • overlay: Overlay
      • zIndex: number

      Returns void