Skip to content

@npm9912/v-map


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

Interface: VMapLayerGeotiff

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

Properties

colorMap?

optional colorMap: string | GeoStylerColorMap

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

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

Default

ts
null

getError()

getError: () => Promise<VMapErrorDetail>

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

Returns the last error detail, if any.

Returns

Promise<VMapErrorDetail>


getLayerId()

getLayerId: () => Promise<string>

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

Returns the internal layer ID used by the map provider.

Returns

Promise<string>


loadState

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

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

Current load state of the layer.

Default

ts
'idle'

nodata?

optional nodata: number

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

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

Default

ts
null

opacity

opacity: number

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

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

Default

ts
1

url

url: string

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

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:250

Value range for colormap normalization [min, max].

Default

ts
null

visible

visible: boolean

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

Sichtbarkeit des Layers

Default

ts
true

zIndex

zIndex: number

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

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

Default

ts
100