Skip to content

Commit 1586993

Browse files
committed
Remove unused lines
1 parent 2078c76 commit 1586993

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/plot-toolbar/plot-toolbar.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default class TerraPlotToolbar extends TerraElement {
4848
@property() endDate: string
4949
@property() cacheKey: string
5050
@property() dataType: DataType
51-
@property({ type: Boolean }) showPixelValues = false
5251
@property({ type: String }) colormap = 'viridis' // default colormap
5352
@property({ type: Number }) opacity = 1;
5453
@property() pixelValue = 'N/A';

src/components/time-average-map/time-average-map.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default class TerraTimeAverageMap extends TerraElement {
4343
@state() catalogVariable: Variable;
4444
@state() pixelValue: string = 'N/A';
4545
@state() pixelCoordinates: string = 'N/A';
46-
@state() loadingDialogOpen = false
4746

4847
// Private fields
4948
#controller: TimeAvgMapController;
@@ -95,7 +94,6 @@ export default class TerraTimeAverageMap extends TerraElement {
9594
}
9695

9796
async updateGeoTIFFLayer() {
98-
this.loadingDialogOpen = true
9997

10098
await this._fetchVariableTask.run()
10199
await this.#controller.jobStatusTask.run()

0 commit comments

Comments
 (0)