Skip to content

v-map-layer-wcs

← Zur Übersicht · @npm9912/v-map

Props

NameTypeAttrDefaultBeschreibung
coverageNamestringcoverage-nameCoverage-Name/ID.
formatstringformat'image/tiff'Ausgabeformat, z. B. image/tiff.
loadStateerror | idle | loading | readyload-state'idle'Current load state of the layer.
opacitynumberopacity1Opazität (0–1).
paramsstringparamsZusätzliche Parameter als JSON-String.
projectionstringprojectionProjektion (Projection) für die Quelle.
resolutionsstringresolutionsAuflösungen als JSON-Array, z. B. [1000,500].
urlstringurlBasis-URL des WCS-Dienstes.
versionstringversion'1.1.0'WCS-Version.
visiblebooleanvisibletrueSichtbarkeit des Layers.
zIndexnumberz-index1000Z-Index für die Darstellung.

Methods

  • getError() => Promise<VMapErrorDetail> — Returns the last error detail, if any.
  • isReady() => Promise<boolean> — Gibt true zurück, sobald der Layer initialisiert wurde.