Skip to content

Commit

Permalink
Movie mode added to temporal controller (#8896)
Browse files Browse the repository at this point in the history
* Movie mode added to temporal controller

* add |temporalNavigationMovie| substitution to guidelines

---------

Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
selmaVH1 and DelazJ authored Mar 1, 2024
1 parent 0a31f78 commit 1df3299
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/documentation_guidelines/substitutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Binary file modified docs/user_manual/map_views/img/temporal_controller_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/user_manual/map_views/map_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Binary file added static/common/mTemporalNavigationMovie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions substitutions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df3299

Please sign in to comment.