Type Alias RasterLayerOptions

RasterLayerOptions: LayerOptions & {
    maxLevel?: number;
    minLevel?: number;
    opacity?: number;
    splitDirection?: string;
    tilingSchema?: TilingScheme;
}

Type declaration

  • OptionalmaxLevel?: number

    maxLevel to show

    18
    
  • OptionalminLevel?: number

    minLevel to show (if not specified, calculated from extent)

    0
    
  • Optionalopacity?: number

    opacity between 0 and 1

    1
    
  • OptionalsplitDirection?: string

    either 'left' or 'right', none if omitted

  • OptionaltilingSchema?: TilingScheme