Skip to main content

Time Stamp

This widget filters assumes that the data defines an interval. The Time widget will only show the features on the map that have a range that includes the widget slider value.

time interval widget
Time interval widget

The formula to filter the data is:

DataMin < SliderValue && DataMax > SliderValue

where:

Min Property Name

The name of the feature 1 property which will hold the value for DataMin.

Max Property Name

The name of the feature property which will hold the value for DataMax.

Min and Max Property Format

Defines the format used to serialize dates when building queries from the time widget values.

The format should be supported by the underlying date engine.

Other possible values are

  • utsm for Unix Timestamp 2 in milliseconds
  • utss for Unix Timestamp in seconds

Extends From & Extends To

Define the extent of the time slider.

Footnotes

  1. one element of the vector dataset

  2. the number of milliseconds since the Unix Epoch