Skip to content

Commit 79d7dc8

Browse files
committed
Fix handling of annotation group load errors
1 parent a5781bf commit 79d7dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ class VolumeImageViewer {
28302830
const container = this[_map].getTargetElement()
28312831
publish(container, EVENT.LOADING_ENDED)
28322832
})
2833-
source.on('featureserror', (event) => {
2833+
source.on('featuresloaderror', (event) => {
28342834
const container = this[_map].getTargetElement()
28352835
publish(container, EVENT.LOADING_ENDED)
28362836
})

0 commit comments

Comments
 (0)