diff --git a/docs/documentation_guidelines/substitutions.rst b/docs/documentation_guidelines/substitutions.rst index 8a84c47be5a..171ef53ac77 100644 --- a/docs/documentation_guidelines/substitutions.rst +++ b/docs/documentation_guidelines/substitutions.rst @@ -246,7 +246,7 @@ Icon Substitution Icon |camera| ``|camera|`` |shadow| ``|shadow|`` |temporal| ``|temporal`` |temporalNavigationOff| ``|temporalNavigationOff|`` |temporalNavigationFixedRange| ``|temporalNavigationFixedRange|`` |temporalNavigationAnimated| ``|temporalNavigationAnimated|`` -|newElevationProfile| ``|newElevationProfile|`` +|temporalNavigationMovie| ``|temporalNavigationMovie|`` |newElevationProfile| ``|newElevationProfile|`` ============================== ================================== ============================== ================================== Selection and Expressions @@ -1625,6 +1625,8 @@ Icon Substitution Icon :width: 1.5em .. |temporalNavigationFixedRange| image:: /static/common/mTemporalNavigationFixedRange.png :width: 1.5em +.. |temporalNavigationMovie| image:: /static/common/mTemporalNavigationMovie.png + :width: 1.5em .. |temporalNavigationOff| image:: /static/common/mTemporalNavigationOff.png :width: 1.5em .. |terminal| image:: /static/common/mActionTerminal.png diff --git a/docs/user_manual/map_views/img/temporal_controller_panel.png b/docs/user_manual/map_views/img/temporal_controller_panel.png index 7ddd695e2c3..2c921e78fda 100644 Binary files a/docs/user_manual/map_views/img/temporal_controller_panel.png and b/docs/user_manual/map_views/img/temporal_controller_panel.png differ diff --git a/docs/user_manual/map_views/map_view.rst b/docs/user_manual/map_views/map_view.rst index 990a9178d43..1c420a87f10 100644 --- a/docs/user_manual/map_views/map_view.rst +++ b/docs/user_manual/map_views/map_view.rst @@ -214,6 +214,10 @@ The :guilabel:`Temporal controller` panel has the following modes: * |temporalNavigationAnimated| :sup:`Animated temporal navigation`: a time range is set, split into steps, and only layers (or features) whose temporal range overlaps with each frame are displayed on the map +* |temporalNavigationMovie| :sup:`Animated movie`: + a total number of frames is set for the animation, with the map settings + advancing at each step, displaying the progression frame by frame without + any time-based filtering of data. * |settings| :sup:`Settings` for general control of the animation * :guilabel:`Frames rate`: number of steps that are shown per second @@ -1394,6 +1398,8 @@ In the dialog that opens: :width: 1.5em .. |temporalNavigationFixedRange| image:: /static/common/mTemporalNavigationFixedRange.png :width: 1.5em +.. |temporalNavigationMovie| image:: /static/common/mTemporalNavigationMovie.png + :width: 1.5em .. |temporalNavigationOff| image:: /static/common/mTemporalNavigationOff.png :width: 1.5em .. |textAlongLine| image:: /static/common/mActionTextAlongLine.png diff --git a/static/common/mTemporalNavigationMovie.png b/static/common/mTemporalNavigationMovie.png new file mode 100644 index 00000000000..d69ffbd3a53 Binary files /dev/null and b/static/common/mTemporalNavigationMovie.png differ diff --git a/substitutions.txt b/substitutions.txt index 60dad9c29ab..d4606177167 100644 --- a/substitutions.txt +++ b/substitutions.txt @@ -1232,6 +1232,8 @@ :width: 1.5em .. |temporalNavigationFixedRange| image:: /static/common/mTemporalNavigationFixedRange.png :width: 1.5em +.. |temporalNavigationMovie| image:: /static/common/mTemporalNavigationMovie.png + :width: 1.5em .. |temporalNavigationOff| image:: /static/common/mTemporalNavigationOff.png :width: 1.5em .. |terminal| image:: /static/common/mActionTerminal.png