Appearance
@npm9912/v-map / index / Components / VMapLayerWcs
Interface: VMapLayerWcs
Defined in: src/components.d.ts:605
Properties
coverageName
coverageName:
string
Defined in: src/components.d.ts:609
Coverage-Name/ID.
format
format:
string
Defined in: src/components.d.ts:614
Ausgabeformat, z. B. image/tiff.
Default
ts
'image/tiff'getError()
getError: () =>
Promise<VMapErrorDetail>
Defined in: src/components.d.ts:618
Returns the last error detail, if any.
Returns
Promise<VMapErrorDetail>
isReady()
isReady: () =>
Promise<boolean>
Defined in: src/components.d.ts:622
Gibt true zurück, sobald der Layer initialisiert wurde.
Returns
Promise<boolean>
loadState
loadState:
"ready"|"error"|"idle"|"loading"
Defined in: src/components.d.ts:627
Current load state of the layer.
Default
ts
'idle'opacity
opacity:
number
Defined in: src/components.d.ts:632
Opazität (0–1).
Default
ts
1params?
optionalparams:string
Defined in: src/components.d.ts:636
Zusätzliche Parameter als JSON-String.
projection?
optionalprojection:string
Defined in: src/components.d.ts:640
Projektion (Projection) für die Quelle.
resolutions?
optionalresolutions:string
Defined in: src/components.d.ts:644
Auflösungen als JSON-Array, z. B. [1000,500].
url
url:
string
Defined in: src/components.d.ts:648
Basis-URL des WCS-Dienstes.
version
version:
string
Defined in: src/components.d.ts:653
WCS-Version.
Default
ts
'1.1.0'visible
visible:
boolean
Defined in: src/components.d.ts:658
Sichtbarkeit des Layers.
Default
ts
truezIndex
zIndex:
number
Defined in: src/components.d.ts:663
Z-Index für die Darstellung.
Default
ts
1000