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

    Function setStoreLayerBounds

    • Sets the bounds for a specific layer in the store.

      Also computes and stores the EPSG:4326 projected bounds.

      Parameters

      • mapId: string

        The map identifier

      • layerPath: string

        The layer path to update

      • bounds: Extent | undefined

        The new bounds extent, or undefined to clear

      • mapProjection: Projection

        The current map projection

      • stops: number

        The number of interpolation stops for reprojection

      Returns void