#12000: fix CRS Selector configuration is not persisted#12012
Merged
subashtiwari1010 merged 3 commits intogeosolutions-it:masterfrom Mar 2, 2026
Merged
#12000: fix CRS Selector configuration is not persisted#12012subashtiwari1010 merged 3 commits intogeosolutions-it:masterfrom
subashtiwari1010 merged 3 commits intogeosolutions-it:masterfrom
Conversation
- fix non persistence crs selector for create maps from context by Import CRSSelector plugin synchronously - handle lazy loading for render AvailableProjections comp in CRSSelector to improve performance to load on-demand via React.lazy
subashtiwari1010
requested changes
Feb 25, 2026
Contributor
subashtiwari1010
left a comment
There was a problem hiding this comment.
@mahmoudadel54
Found a issue in the CRS selector:
- Create a new map
- Open the CRS modal
- Select some CRS and save it
- Go to Home
- Go to create a new map again
- Open the CRS modal
- Previous selector is still checked for the new map too
Implementation needed:
- For the new map, the CRS selector modal should be fresh without previous selections
…ifferent maps - handle reset selector when creating a new map and when opening existing maps - edit unit tests for crsselector
Contributor
|
@mahmoudadel54 Steps to reproduce issue:
Expected result:The CRS selector modal should always display the current selected CRS. |
…ng the active CRS on modal open
subashtiwari1010
approved these changes
Mar 2, 2026
Member
|
Successfully created backport PR for |
Contributor
|
@ElenaGallo please test this fix on dev, thanks |
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 CRS Selector configuration is not persisted for context's maps.
The fix includes:
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?
#12000
What is the new behavior?
recording.7.mp4
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information
for test:
in localConfig.json add 'projectionDefs'