Skip to content

@npm9912/v-map


@npm9912/v-map / index / JSX / VMapLayerGeotiff

Interface: VMapLayerGeotiff

Defined in: src/components.d.ts:1517

Properties

colorMap?

optional colorMap: string | GeoStylerColorMap

Defined in: src/components.d.ts:1522

ColorMap für die Visualisierung (kann entweder ein vordefinierter Name oder eine GeoStyler ColorMap sein).

Default

ts
null

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

Defined in: src/components.d.ts:1527

Current load state of the layer.

Default

ts
'idle'

nodata?

optional nodata: number

Defined in: src/components.d.ts:1532

NoData Values to discard (overriding any nodata values in the metadata).

Default

ts
null

opacity?

optional opacity: number

Defined in: src/components.d.ts:1542

Opazität der GeoTIFF-Kacheln (0–1).

Default

ts
1

url?

optional url: string

Defined in: src/components.d.ts:1547

URL to the GeoTIFF file to be displayed on the map.

Default

ts
null

valueRange?

optional valueRange: [number, number]

Defined in: src/components.d.ts:1552

Value range for colormap normalization [min, max].

Default

ts
null

visible?

optional visible: boolean

Defined in: src/components.d.ts:1557

Sichtbarkeit des Layers

Default

ts
true

zIndex?

optional zIndex: number

Defined in: src/components.d.ts:1562

Z-index for layer stacking order. Higher values render on top.

Default

ts
100

Events

onReady()?

optional onReady: (event) => void

Defined in: src/components.d.ts:1537

Wird ausgelöst, wenn der GeoTIFF-Layer bereit ist. ready

Parameters

event

VMapLayerGeotiffCustomEvent<void>

Returns

void