Skip to content

Commit d0d8cf9

Browse files
committed
Fix orientation of box in overview map
1 parent d80f551 commit d0d8cf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viewer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ class VolumeImageViewer {
867867
view: overviewView,
868868
layers: [overviewImageLayer],
869869
collapsed: false,
870-
collapsible: false
870+
collapsible: false,
871+
rotateWithView: true
871872
})
872873

873874
// Creates the map with the defined layers and view and renders it.

0 commit comments

Comments
 (0)