StacMosaicConfiguration interface

Configuration for data mosaic visualization.

Properties

defaultCustomQuery

A list of CQL-JSON expressions to use as the default for this collection.

defaultLocation

Default map location when displaying this collection.

mosaics

Predefined data mosaics available for this collection.

renderOptions

Available render options for visualizing the data.

Property Details

defaultCustomQuery

A list of CQL-JSON expressions to use as the default for this collection.

defaultCustomQuery?: Record<string, any>

Property Value

Record<string, any>

defaultLocation

Default map location when displaying this collection.

defaultLocation?: DefaultLocation

Property Value

mosaics

Predefined data mosaics available for this collection.

mosaics: StacMosaic[]

Property Value

renderOptions

Available render options for visualizing the data.

renderOptions: RenderOption[]

Property Value