fix for statistics
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2020-07-28 20:02:23 +02:00
parent f014dc9f93
commit 52871efb09
3 changed files with 8 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ export interface IColorMap {
export interface IBand {
histogram: IHistogram;
statistics?: IStatistics;
statistics: IStatistics;
}