Support of getfeatureinfo when time changes and info popup is open#11355
Merged
offtherailz merged 2 commits intogeosolutions-it:masterfrom Jul 24, 2025
Merged
Conversation
offtherailz
approved these changes
Jul 24, 2025
subashtiwari1010
added a commit
to subashtiwari1010/MapStore2
that referenced
this pull request
Jul 31, 2025
…eosolutions-it#11355) * Add the condition to only display feature info when time changes and the popup is open * Fix the test cases for getFeatureInfo when time params change
offtherailz
pushed a commit
that referenced
this pull request
Aug 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes issue #11327. It adds the condition to call the getFeatureInfo for layers in the Info popup when the time changes and the info popup is open.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
If the feature info popup is closed and the time is changed from the timeline, it again opens the feature info popup.
Fixes #11327
What is the new behavior?
When the time changes and the feature info popup is open, only then the request for the getFeatureInfo is made, hence updating the information for that time.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information