Appearance
@npm9912/v-map / index / JSX / VMapLayerWfs
Interface: VMapLayerWfs
Defined in: src/components.d.ts:1943
Properties
loadState?
optionalloadState:"ready"|"error"|"idle"|"loading"
Defined in: src/components.d.ts:1948
Current load state of the layer.
Default
ts
'idle'opacity?
optionalopacity:number
Defined in: src/components.d.ts:1953
Opazität (0–1).
Default
ts
1outputFormat?
optionaloutputFormat:string
Defined in: src/components.d.ts:1958
Ausgabeformat, z. B. application/json.
Default
ts
'application/json'params?
optionalparams:string
Defined in: src/components.d.ts:1962
Zusätzliche Parameter als JSON-String.
srsName?
optionalsrsName:string
Defined in: src/components.d.ts:1967
Ziel-Referenzsystem, Standard EPSG:3857.
Default
ts
'EPSG:3857'typeName
typeName:
string
Defined in: src/components.d.ts:1971
Feature-Typ (typeName) des WFS.
url
url:
string
Defined in: src/components.d.ts:1975
WFS Endpunkt (z. B. https://server/wfs).
version?
optionalversion:string
Defined in: src/components.d.ts:1980
WFS Version, Standard 1.1.0.
Default
ts
'1.1.0'visible?
optionalvisible:boolean
Defined in: src/components.d.ts:1985
Sichtbarkeit des Layers.
Default
ts
truezIndex?
optionalzIndex:number
Defined in: src/components.d.ts:1990
Z-Index für Rendering.
Default
ts
1000