-
Notifications
You must be signed in to change notification settings - Fork 410
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
#9464: fix issue of not showing background layer in case of switching from 2D mode to 3D mode #9614
Conversation
…se of switching from 2D mode to 3D mode
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.
can you add a chapter in the migration guidelines that tells people to edit these two files?
add it in between these two
## Migration from 2023.02.xx to 2024.01.00
### Adding spatial filter to dashboard widgets
something like:
### Fixing background config
From this version in order to fix default 3d background config a change is needed here
- `localConfig.json` by adding **visibility: false** to the Empty Background entry in intialState.defaultState.catqalog.default.staticServices.default_map_backgrounds.backgrounds
- `new.json` by adding **visibility: false** to the Empty Background entry
see this PR [9614](https://github.com/geosolutions-it/MapStore2/pull/9614/files) for more details
…ackground for old maps
description: remove issue reference from migration doc
…D mode for the old maps
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.
@mahmoudadel54 seems ok but can you ping @allyoucanmap to have a confirmation on the comment below?
@ElenaGallo please test it in DEV |
Test passed, @mahmoudadel54 please backport to the stable branch. Thanks |
backport is done ===> #9636 |
Description
Fixing not showing the default background layer on the map when user switches from 2D mode to 3D mode.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#9464
What is the current behavior?
#9464
What is the new behavior?
When a user switches from 2d mode map to 3D mode, the default background layer will be shown.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)