Skip to content

Commit

Permalink
Fix the keywords rendering for Items
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Oct 18, 2023
1 parent 4a04986 commit 0332fc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default {
CollectionLink: () => import('../components/CollectionLink.vue'),
Description,
DeprecationNotice: () => import('../components/DeprecationNotice.vue'),
Keywords: () => import('../components/Keywords.vue'),
Links: () => import('../components/Links.vue'),
Map: () => import('../components/Map.vue'),
Metadata: () => import('../components/Metadata.vue'),
Expand All @@ -64,9 +65,10 @@ export default {
data() {
return {
ignoredMetadataFields: [
'title',
'description',
'keywords',
'providers',
'title',
// Will be rendered with a custom rendered
'deprecated',
// Don't show these complex lists of coordinates: https://github.com/radiantearth/stac-browser/issues/141
Expand Down Expand Up @@ -124,4 +126,4 @@ export default {
}
}
}
</style>
</style>

0 comments on commit 0332fc4

Please sign in to comment.