geoview-core
    Preparing search index...

    Class FeatureHighlight

    A class to handle highlighting of features

    FeatureHighlight

    Index

    Constructors

    Properties

    highlightSource: VectorSource = ...

    The vector source to use for the highlight features

    mapViewer: MapViewer

    Reference on the map viewer

    overlayLayer?: VectorLayer<VectorSource<any>, any>

    The hidden layer to display highlight.

    pointMarkers?: PointMarkers

    Methods

    • Highlights a bounding box

      Parameters

      • extent: Extent

        Extent to highlight

      • isLayerHighlight: boolean = false

        Optional if it is a layer highlight

      Returns void