You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To maintain retro-compatibility with old maps, as reported here in #10246, with the new TOC there are still a few inconsistent but not blocking behaviors due to how the 'default group' is managed.
Loading a Map in one of the following scenarios:
Importing a Map
Opening an existing Map
a logic should intervene to automatically update the TOC internal structure to definitely fix retro-compatibility issues.
What kind of improvement you want to add? (check one with "x", remove the others)
Minor changes to existing features
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Other... Please describe:
Other useful information
For example, below are some use cases to be fixed within this issue:
Open the one group (e.g. the "Florence" one) and drag a layer outside of any group
It is not possible in this old map (where the concept of "default group" is still present at TOC state level) to have layers outside a group
As part of this issue is definitely requested to provide also the necessary clean up for completely removing the concept of "default group" to make also old maps consistent with new TOC behaviors.
The text was updated successfully, but these errors were encountered:
What I understood from the description, for some old maps, it is requested to handle the logic of adding layer without group in case not selecting any existing group on TOC before adding. is it correct ?
The current implemented code is Ok with any new created map based on this PR: #10278, right ?
Description
To maintain retro-compatibility with old maps, as reported here in #10246, with the new TOC there are still a few inconsistent but not blocking behaviors due to how the 'default group' is managed.
Loading a Map in one of the following scenarios:
a logic should intervene to automatically update the TOC internal structure to definitely fix retro-compatibility issues.
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
For example, below are some use cases to be fixed within this issue:
1
2
3
As part of this issue is definitely requested to provide also the necessary clean up for completely removing the concept of "default group" to make also old maps consistent with new TOC behaviors.
The text was updated successfully, but these errors were encountered: