Skip to content
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-swipe: Map-swipe layers not rendering correctly #5332

Closed
FilipLeitner opened this issue Oct 14, 2024 · 0 comments · Fixed by #5338
Closed

map-swipe: Map-swipe layers not rendering correctly #5332

FilipLeitner opened this issue Oct 14, 2024 · 0 comments · Fixed by #5338
Assignees
Labels
Milestone

Comments

@FilipLeitner
Copy link
Collaborator

Bug

Describe the bug
Layers are not rendering correctly when moved around the map-swipe options (full, left,right) as a result of update being only buffered

buffer(
this.hsLayoutService.mainpanel$.pipe(filter((p) => p === 'mapSwipe')),
),

We should just proceed with stream in case layerManagerUpadate is fired while mapSwipe is active eg. updating layer states. This should fix the messy behavior or layer rendering incorrectly

Expected behavior
Layer rendering correctly eg. according to the assigned swipeside

@jmacura jmacura added this to the 15.0 milestone Oct 14, 2024
FilipLeitner added a commit that referenced this issue Oct 14, 2024
…agerUpdates when mapSwipe panel is active

closes #5332
FilipLeitner added a commit that referenced this issue Oct 15, 2024
…agerUpdates when mapSwipe panel is active

closes #5332
@FilipLeitner FilipLeitner linked a pull request Oct 15, 2024 that will close this issue
17 tasks
FilipLeitner added a commit that referenced this issue Oct 20, 2024
…agerUpdates when mapSwipe panel is active

closes #5332
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants