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

    Function useStoreLayerDisplayDateTimezone

    • React hook that returns the display date timezone for a specific layer.

      The hook first attempts to resolve a layer-specific display date timezone using the provided layer path. If the layer does not define its own display date timezone (or cannot be found), the application-wide display date timezone for the current map is returned as a fallback.

      Parameters

      • layerPath: string | undefined

        Unique path identifying the layer in the legend state.

      Returns string

      The display date timezone to use for the layer, falling back to the application's default display date timezone when none is defined.