-
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
Map Sync issue #8997
Milestone
Comments
There are some changes applied in the past to the feature grid that are causing this unexpected behaviors, in particular following PRs:
We should review the workflow of the map sync tool focusing on following steps:
export const activateSyncWmsFilterOnFeatureGridOpen = (action$, store) =>
action$.ofType(OPEN_FEATURE_GRID)
.filter(() => isSyncWmsActive(store.getState()))
.switchMap(() => {
return Rx.Observable.of(startSyncWMS());
}); All the above codes is part of an investigation so it needs to be verified and validated during the development |
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 7, 2023
12 tasks
12 tasks
MV88
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Dec 12, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 13, 2023
Description: - fix logic issue if enableMapFilterSync = true in config - refactor code by avoid inline if
MV88
pushed a commit
that referenced
this issue
Dec 15, 2023
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Dec 18, 2023
…s-it#9805) * geosolutions-it#8997: fix map sync issue in feature grid * geosolutions-it#8997: resolve review comments on PR Description: - fix logic issue if enableMapFilterSync = true in config - refactor code by avoid inline if
MV88
pushed a commit
that referenced
this issue
Dec 20, 2023
ElenaGallo
added
Accepted
and removed
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The map sync issue seems to not work as expected.
How to reproduce
Expected Result
If activated it should remain active after using the Advanced Search in theory. If active by default, there should not be the need to click twice to put in sync the map.
Current Result
If enabled by default, you need to click twice on it to put in sync the map.
If not enabled by default when you toggle it then it is toggled off as soon ad a filter is defined with the Advanced Search. It looks like not expected, is this a behavior introduced for some reason?
Not browser related
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: