Skip to content

@npm9912/v-map


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

Interface: VMapLayerWfs

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

Properties

getError()

getError: () => Promise<VMapErrorDetail>

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

Returns the last error detail, if any.

Returns

Promise<VMapErrorDetail>


isReady()

isReady: () => Promise<boolean>

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

Gibt true zurück, sobald der Layer initialisiert wurde.

Returns

Promise<boolean>


loadState

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

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

Current load state of the layer.

Default

ts
'idle'

opacity

opacity: number

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

Opazität (0–1).

Default

ts
1

outputFormat

outputFormat: string

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

Ausgabeformat, z. B. application/json.

Default

ts
'application/json'

params?

optional params: string

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

Zusätzliche Parameter als JSON-String.


srsName

srsName: string

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

Ziel-Referenzsystem, Standard EPSG:3857.

Default

ts
'EPSG:3857'

typeName

typeName: string

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

Feature-Typ (typeName) des WFS.


url

url: string

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

WFS Endpunkt (z. B. https://server/wfs).


version

version: string

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

WFS Version, Standard 1.1.0.

Default

ts
'1.1.0'

visible

visible: boolean

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

Sichtbarkeit des Layers.

Default

ts
true

zIndex

zIndex: number

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

Z-Index für Rendering.

Default

ts
1000