diff --git a/index.js b/index.js index 504e13e532..7367693d89 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,8 @@ registerCustomComponentTypes(terria); // Create the ViewState before terria.start so that errors have somewhere to go. const viewState = new ViewState({ - terria: terria + terria: terria, + catalogSearchProvider: undefined }); registerCatalogMembers();