You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For time dependent data, when the Temporal Controller Panel is turned on, the cross-section plot is automatically updated when a different moment in time is selected.
His experience:
This is not my experience. The cross-section plot only updates to a new selected time when I draw another cross-section line using the "Select location"-button. The main map does update when I select a different moment in time. Is this a known issue, or am I doing something wrong?
So it appears data is not automatically redrawn when selecting different timestamps.
The text was updated successfully, but these errors were encountered:
Some triage is required: @rubencalje, have you tested if this was only the case with line data or also with the PColorMesh data (i.e. "as line data" checked off?). I'm not sure I have tested the plugin for transient line data. It could also be that something changed internally in QGIS which breaks this, which QGIS version are you using?
I just checked. You are right, this issue is only the case when the data is drawn as lines. When the data is draws as PColorMesh data the plot is updated when the selected time is changed.
* First version of fix with code duplication
* Refactor to use Mixins
* fix docstring
* Refactor duplicate code away in SupportsTemporalMixin and fix bug in its requires_loading() method, which would return False if different cross-section was drawn but same timestep selected
* Update changelog
* Add comment
@rubencalje reported in #65:
From the docs:
His experience:
So it appears data is not automatically redrawn when selecting different timestamps.
The text was updated successfully, but these errors were encountered: