跳到主要内容

Time Range

The Time Range widget is available for WFS Datasources.

The widget filters the data differently if the configuration defines an interval or not. An interval is defined when a value is provided to the Max Property Name.

Interval data

The Time Range widget only shows the features on the map that have a range that overlaps with the widget slider.

time interval widget
Time interval widget

The formula to filter intervals is:

DataMin ≤ SliderRangeMax && DataMax ≥ SliderRangeMin

Non-interval data

The Time Range widget only shows the features on the map that have a value that is included by the widget slider range.

time non-interval widget
Time interval widget

The formula to filter non-intervals is:

DataMin ≤ SliderRangeMax && DataMin ≥ SliderRangeMin

Min Property Name

The name of the feature — one element of the vector dataset — property, which holds the value for DataMin.

Max Property Name

The name of the feature property, which holds the value for DataMax. As described above, this field is optional.

Min and Max Property Format

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

Possible values are: