File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ;
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments