-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 2024.01.xx] #10264: Layer visibility limits may prevent the…
… Info panel of search results from opening (#10302, #10325) (#10345) * #10264: Layer visibility limits may prevent the Info panel of search results from opening (#10302) * #10264: Layer visibility limits may prevent the Info panel of search results from opening Description: - isolate getFeature [identify] action from epic 'searchItemSelected' to be applied after zoom and AddMarker events by creating a new epic called 'getFeatureInfoOfSelectedItem' - write unit test for that * Update web/client/epics/search.js --------- Co-authored-by: Suren <[email protected]> * #10264: Fix - Layer visibility limits may prevent the Info panel of search results from opening (#10325) * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - edit featureInfoClick action creator by passing an optional param called 'layerWithIgnoreVisibilityLimits' to enforce it to querable layers if not exist due to visibility limits - handle showing feature info in case of search within single layer or All layers * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - handle showing feature info in case of action in queryParameters * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add missing check on the layer with ignoring visibility limits of making sure it is queryable - fix FE failure test * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add unit tests - fix handling search for layers has visibility limits * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - fix unit test * #10264: Layer visibility limits may prevent the Info panel of search results from opening [resolve review comments] Description: - add reserve to querable layers in identify file to keep the same sort of toc layers in case of 'ignoreVisibilityLimits' - edit unit test based on the change --------- Co-authored-by: Suren <[email protected]>
- Loading branch information
1 parent
6ecab1f
commit 721b6af
Showing
7 changed files
with
389 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.