diff --git a/src/routes/viewer/fetchAndPrepareData/dataSetup.ts b/src/routes/viewer/fetchAndPrepareData/dataSetup.ts index 1c6d190..f4add97 100644 --- a/src/routes/viewer/fetchAndPrepareData/dataSetup.ts +++ b/src/routes/viewer/fetchAndPrepareData/dataSetup.ts @@ -22,7 +22,7 @@ export async function dataSetup(visible_data, scene) { // open array, no need to opening it again for each variable - const store = new HTTPStore(datasetUrl, { fetchOptions: { redirect: 'follow', mode: 'no-cors', credentials: 'include' } }); + const store = new HTTPStore(datasetUrl, { fetchOptions: { redirect: 'follow', mode: 'cors', credentials: 'include' } }); for (const variable of visible_data) { zarrdata[variable] = await openArray({ store, path: variable, mode: 'r' }); const dimensions = variable === 'thetavmix' ? 3 : 4; diff --git a/src/routes/viewer/sceneSetup/boxSetup.ts b/src/routes/viewer/sceneSetup/boxSetup.ts index 6920943..4088d34 100644 --- a/src/routes/viewer/sceneSetup/boxSetup.ts +++ b/src/routes/viewer/sceneSetup/boxSetup.ts @@ -25,8 +25,8 @@ export const boxes: { // They should be all enabled by default // export const data_layers = [ - // 'qr', // rain - // 'ql', // clouds + 'qr', // rain + 'ql', // clouds 'thetavmix', // temperature ]; diff --git a/static/instrument/Data Browser - CMTRACE_files/jquery.ui.base.css b/static/instrument/Data Browser - CMTRACE_files/jquery.ui.base.css new file mode 100644 index 0000000..e69de29 diff --git a/static/instrument/Data Browser - CMTRACE_files/jquery.ui.theme.css b/static/instrument/Data Browser - CMTRACE_files/jquery.ui.theme.css new file mode 100644 index 0000000..e69de29