Skip to content

Commit 6642dce

Browse files
committed
Tabular/Video are not domains
1 parent 2be1bad commit 6642dce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Catalog.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ export default {
9090
'insar': 'InSAR',
9191
'ml-model': 'ML',
9292
'pc': 'Point Cloud',
93-
'sar': 'SAR',
94-
'table': 'Tabular',
95-
'video': 'Video'
93+
'sar': 'SAR'
9694
};
9795
return Object.keys(domains)
9896
.filter(key => Utils.supportsExtension(this.data, `https://stac-extensions.github.io/${key}/v*/schema.json`))

0 commit comments

Comments
 (0)