Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect frame duration in last frame in animation mode #43660

Merged
merged 3 commits into from
Jun 14, 2021

Commits on Jun 10, 2021

  1. [temporal] Fix incorrect frame duration in last frame in animation mode

    The final frame must always have the same duration as other frames,
    even if this means we go past the end of the animation range. Also
    avoid showing a "zero length" frame at the end of the animation
    if the frame duration fits exactly into the overall animation
    range.
    
    Fixes qgis#40777
    nyalldawson committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    0221122 View commit details
    Browse the repository at this point in the history
  2. Fix some warnings

    nyalldawson committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    fb90f1b View commit details
    Browse the repository at this point in the history
  3. [temporal] Default to a time range of the last 24 hours, in 1 hour

    increments, instead of a confusing "zero length" range
    
    Fixes qgis#40868
    nyalldawson committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d0328c2 View commit details
    Browse the repository at this point in the history