Skip to content

@npm9912/v-map


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

Interface: VMapLayerWcs

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

Properties

coverageName

coverageName: string

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

Coverage-Name/ID.


format?

optional format: string

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

Ausgabeformat, z. B. image/tiff.

Default

ts
'image/tiff'

loadState?

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

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

Current load state of the layer.

Default

ts
'idle'

opacity?

optional opacity: number

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

Opazität (0–1).

Default

ts
1

params?

optional params: string

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

Zusätzliche Parameter als JSON-String.


projection?

optional projection: string

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

Projektion (Projection) für die Quelle.


resolutions?

optional resolutions: string

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

Auflösungen als JSON-Array, z. B. [1000,500].


url

url: string

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

Basis-URL des WCS-Dienstes.


version?

optional version: string

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

WCS-Version.

Default

ts
'1.1.0'

visible?

optional visible: boolean

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

Sichtbarkeit des Layers.

Default

ts
true

zIndex?

optional zIndex: number

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

Z-Index für die Darstellung.

Default

ts
1000