-
Notifications
You must be signed in to change notification settings - Fork 409
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
Timeline map sync does not update for time ranges visualization #9208
Closed
1 task done
Comments
allyoucanmap
added a commit
to allyoucanmap/MapStore2
that referenced
this issue
Jun 1, 2023
…anges visualization
5 tasks
5 tasks
I noticed that with this map works. |
@offtherailz, I suspect it is because the time dimension on the layers included in the map you link is unique rather than a range (start/end date). |
tdipisa
pushed a commit
that referenced
this issue
Jun 5, 2023
allyoucanmap
added a commit
to allyoucanmap/MapStore2
that referenced
this issue
Jun 7, 2023
…anges visualization (geosolutions-it#9209) * Fix geosolutions-it#9208 Timeline map sync does not update for time ranges visualization * move the default expand limit value to selector
5 tasks
5 tasks
tdipisa
pushed a commit
that referenced
this issue
Jun 7, 2023
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The timeline chart does not update based on viewport even if the map sync button is selected.
time-map-sync.mp4
How to reproduce
Expected Result
The timeline should update the visualization of time intervals based on the viewport of the map
Current Result
The timeline does not update the visualization of time intervals based on the viewport of the map
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The sync issue it seems related to inconsistent state of the time domain property. The timeline updates the new range data inside the updateRangeDataOnRangeChange epic dispatching rangeDataLoaded action and then read the new histograms and rang line items using the itemsSelector. The itemsSelector is using different parts of the state to create the correct items used by the timeline for the visualization:
After some check it seems that even if the rangeData is correctly updated the dimension reducers is still containing information related to domain that are taking precedence over the new rangeData.
We will need to review the update workflow of range data to properly fix this issue.
The text was updated successfully, but these errors were encountered: