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

    Function setStoreDataTableQueryStatusAndFeatures

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

      If an entry for the same layer path already exists, its queryStatus and features 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

        Optional array of feature info entries for the layer

      Returns void