Skip to content

Fix #3282. Implemented range animation#3331

Merged
offtherailz merged 2 commits intogeosolutions-it:c127_geonode_integrationfrom
offtherailz:fix_#3282
Nov 15, 2018
Merged

Fix #3282. Implemented range animation#3331
offtherailz merged 2 commits intogeosolutions-it:c127_geonode_integrationfrom
offtherailz:fix_#3282

Conversation

@offtherailz
Copy link
Copy Markdown
Member

@offtherailz offtherailz commented Nov 15, 2018

Description

This pull request implements range animation.
Now the currentTime and offsetTime are centralized in dimension reducer. The presence of offsetTime is the flag to understand if the mode is ranged or single time.

Implemented a MOVE_TIME action that moves allow to move the current time, if an offsetTime is present, it will be shifted together with current time.

Another major change is about initialization. If the user clicks on "range" button, the missing required variables in state will be initialized :

  • dimension.currentTime and dimension.offsetTime (extremities of the range)
  • timeline.range (to make the point visible)

Issues

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Feature

What is the current behavior? (You can also link to an open issue here)
Range can not be animated

What is the new behavior?
Range can be animated

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@offtherailz offtherailz merged commit 98a7c6a into geosolutions-it:c127_geonode_integration Nov 15, 2018
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.02%) to 80.79% when pulling 7b18ad3 on offtherailz:fix_#3282 into f96f790 on geosolutions-it:c127_geonode_integration.

@offtherailz offtherailz deleted the fix_#3282 branch February 18, 2020 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants