File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
<template #dynamic =" { tab } " >
6
6
<LogViewer v-if =" logViewerIcons.includes(tab.icon)" :data =" tab.data" @mounted =" onMounted" @options =" onOptionsChanged" />
7
7
<component v-else-if =" tab.data.component" :is =" tab.data.component" v-on =" tab.data.events" v-bind =" tab.data.props" @mounted =" onMounted" @options =" onOptionsChanged" /> <!-- for file formats -->
8
- <MetadataViewer v-if =" tab.icon === 'fa-info'" :data =" tab.data" @mounted =" onMounted" @options =" onOptionsChanged" /> <!-- for STAC metadata -->
8
+ <MetadataViewer v-else- if =" tab.icon === 'fa-info'" :data =" tab.data" @mounted =" onMounted" @options =" onOptionsChanged" /> <!-- for STAC metadata -->
9
9
<MapViewer v-else-if =" tab.icon === 'fa-map'" :data =" tab.data" :removableLayers =" isCollectionPreview(tab.data)" @mounted =" onMounted" @options =" onOptionsChanged" /> <!-- for services -->
10
10
<div class =" unsupported" v-else >
11
11
Sorry, the viewer doesn't support showing this type of data.
You can’t perform that action at this time.
0 commit comments