Fix panoramax blur when switching imagery (#10385)

fixes #10362
This commit is contained in:
Mattia Pezzotti
2024-08-07 09:03:20 +02:00
committed by GitHub
parent 93e9565f9e
commit 309735c25e
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -147,6 +147,8 @@ export default {
_pannellumViewer.removeScene(old_key);
}
_pannellumViewer.resize();
return this;
},
+1
View File
@@ -295,6 +295,7 @@ export function svgPanoramaxImages(projection, context, dispatch) {
if (!service) return;
const frame = service.photoFrame();
if (!frame) return;
// update viewfield rotation
_viewerYaw = frame.getYaw();