We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5781bf commit 79d7dc8Copy full SHA for 79d7dc8
src/viewer.js
@@ -2830,7 +2830,7 @@ class VolumeImageViewer {
2830
const container = this[_map].getTargetElement()
2831
publish(container, EVENT.LOADING_ENDED)
2832
})
2833
- source.on('featureserror', (event) => {
+ source.on('featuresloaderror', (event) => {
2834
2835
2836
0 commit comments