Skip to content

Commit

Permalink
customize raster bands table
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Jul 24, 2024
1 parent 60fcf6a commit 52b1ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/metadata/MetadataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export default {
},
tblFields() {
let fields = [];
if (this.field == "raster:bands" ){
this.itemOrder = this.itemOrder.sort()
}
for(let key of this.itemOrder) {
let col = this.items[key];
fields.push({
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": ""
},
"fields": {

"Raster Imagery": "Data Cube Content"
}
}

0 comments on commit 52b1ce1

Please sign in to comment.