-
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
Fix #10489 Problems with GeoStory map configurations merge process #10438
Fix #10489 Problems with GeoStory map configurations merge process #10438
Conversation
Description: - fix issue of reset legend filter within map configure panel in geostory - edit unit test due to changes
…resolve reviews) Description: - add unit test for layers key - refactor createMapObject method based on the new review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdipisa @mahmoudadel54 This fix should take into account also the problem described in this other issue #10489.
I'm going to change the title of PR and connect it to the new issue
@mahmoudadel54 can you please proceed as requested above providing an estimate before? |
…e process [resolve review comment] Description: - handle legacy geostory map configurations merge process - add unit tests
@ElenaGallo please test this fix on dev, thanks |
Description
In this PR, fixing issue of reset legend filter within map configure panel in geostory is implemented. Now in geostories, if the interactive legend is enabled and set on a new map, it is possible to edit it correctly on the map inline panel.
The issue is mentioned here: #10426 (comment)
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#10426 (comment)
Also involved #10489
What is the current behavior?
#10426 (comment)
What is the new behavior?
In geostories, if the interactive legend is enabled and set on a new map, it is Ok to edit it correctly on the map inline panel without any non expected behavior.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information