Show histogram
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -7,7 +7,8 @@ export interface IColor {
|
||||
|
||||
export interface IColorEntry {
|
||||
value: number,
|
||||
color: IColor
|
||||
color: IColor,
|
||||
label: string
|
||||
}
|
||||
|
||||
export interface IHistogramEntry {
|
||||
@@ -43,7 +44,8 @@ export interface IBand {
|
||||
|
||||
export interface IRenderer {
|
||||
band:IBand,
|
||||
colorMap: IColorMap
|
||||
colorMap: IColorMap,
|
||||
renderType:string
|
||||
}
|
||||
|
||||
export interface IRenderoutput {
|
||||
|
Reference in New Issue
Block a user