Skip to content

Commit

Permalink
AUS-4285 Added countSum for AnalyticalJob of newAlgorithm.
Browse files Browse the repository at this point in the history
	 Changed form default values.
  • Loading branch information
jia020 committed Nov 22, 2024
1 parent 625e778 commit 5fee5ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ export class NVCLBoreholeAnalyticComponent
this.nvclform.startDepth = 0;
this.nvclform.endDepth = 9999;
this.nvclform.operator = 'gt';
this.nvclform.value = 5;
this.nvclform.value = 0;
this.nvclform.units = 'count';
this.nvclform.span = 1;
this.nvclform.span = 9999;
this.nvclform.ogcFilter = '';
}

Expand Down

0 comments on commit 5fee5ba

Please sign in to comment.