Skip to main content

TimeMeasureLayer

from v9.4status Work-in-Progress

TimeMeasureLayer is the low-level deck.gl composite layer for rendering the shared trace time-range measurement overlay.

import {TimeMeasureLayer, type TimeMeasureLayerProps} from '@deck.gl-community/trace-layers/layers';

Use it when

  • a custom deck shell owns the time-selection interaction
  • you need the standard trace measurement overlay without DeckTraceGraph

DeckTraceGraph already wires this layer into its controlled time-range interaction. Prefer the viewer component unless you are assembling the deck layer stack yourself.

See Rendering traces.