geoview-core - v2.2.0
    Preparing search index...

    Function setStoreFeatureInfoDetails

    • Propagates a feature info result set entry to the details store.

      If an entry for the same layer path already exists, its queryStatus, features, and featuresHaveGeometry are updated. Otherwise a new entry is appended.

      Parameters

      • mapId: string

        The map identifier

      • layerPath: string

        The layer path to propagate data for

      • queryStatus: TypeQueryStatus

        The current query status

      • features: TypeFeatureInfoEntry[] | undefined

        The feature info entries for the layer

      • featuresHaveGeometry: boolean

        Whether the features have associated geometry

      Returns void