Description
-
When autoSelect = true:
- If the
currentTime is not user defined yet, select the first layer jump the to last domain value. This happens on startup.
-
When autoSelect = false currentTime is set to Now
-
For the animation, if the currentTime is in the data range, start from that point (if playback interval is not present). If the cursor is out of data range, start from the beginning.
autoSelect is a configuration value, true by default.
Acceptance Criteria
- by default:
- the first layer of the timeline should be selected on map load
- the last value should be selected
- if localConfig.json has
timeline.settings.autoSelect = false current time is set to now and no layer is selected on load.
Description
When autoSelect = true:
currentTimeis not user defined yet, select the first layer jump the to last domain value. This happens on startup.When autoSelect = false
currentTimeis set toNowFor the animation, if the currentTime is in the data range, start from that point (if playback interval is not present). If the cursor is out of data range, start from the beginning.
autoSelectis a configuration value, true by default.Acceptance Criteria
timeline.settings.autoSelect = falsecurrent time is set to now and no layer is selected on load.