Skip to content

Commit

Permalink
Merge pull request #458 from AuScope/AUS-4285
Browse files Browse the repository at this point in the history
AUS-4285 Added countSum for AnalyticalJob of newAlgorithm.
  • Loading branch information
stuartwoodman authored Nov 22, 2024
2 parents 274d156 + 5fee5ba commit f93dfe5
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 f93dfe5

Please sign in to comment.