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
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
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
The text was updated successfully, but these errors were encountered:
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
hslayers-ng/projects/hslayers/components/map-swipe/map-swipe.service.ts
Lines 84 to 86 in 19f2474
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
The text was updated successfully, but these errors were encountered: