Type Alias: MosaicLayerProps<MosaicT, DataT>
MosaicLayerProps<
MosaicT,DataT> =CompositeLayerProps&Pick<TileLayerProps,"extent"|"minZoom"|"maxZoom"|"maxCacheByteSize"|"maxCacheSize"|"maxRequests"> &object
Defined in: packages/deck.gl-geotiff/src/mosaic-layer/mosaic-layer.ts:8
Type Declaration
getSource()?
optionalgetSource: (source,opts) =>Promise<DataT>
Fetch data for this source.
Parameters
source
MosaicT
opts
signal?
Returns
Promise<DataT>
renderSource()
renderSource: (
source,opts) =>Layer|LayersList|null
Render a source
Parameters
source
MosaicT
opts
data?
DataT
signal?
Returns
Layer | LayersList | null
sources
sources:
MosaicT[]
List of mosaic sources to render
Type Parameters
MosaicT
MosaicT extends MosaicSource = MosaicSource
DataT
DataT = any