Appearance
@npm9912/v-map / index / Components / VMapLayerGeotiff
Interface: VMapLayerGeotiff
Defined in: src/components.d.ts:212
Properties
colorMap?
optionalcolorMap:string|GeoStylerColorMap
Defined in: src/components.d.ts:217
ColorMap für die Visualisierung (kann entweder ein vordefinierter Name oder eine GeoStyler ColorMap sein).
Default
ts
nullgetError()
getError: () =>
Promise<VMapErrorDetail>
Defined in: src/components.d.ts:221
Returns the last error detail, if any.
Returns
Promise<VMapErrorDetail>
getLayerId()
getLayerId: () =>
Promise<string>
Defined in: src/components.d.ts:225
Returns the internal layer ID used by the map provider.
Returns
Promise<string>
loadState
loadState:
"ready"|"error"|"idle"|"loading"
Defined in: src/components.d.ts:230
Current load state of the layer.
Default
ts
'idle'nodata?
optionalnodata:number
Defined in: src/components.d.ts:235
NoData Values to discard (overriding any nodata values in the metadata).
Default
ts
nullopacity
opacity:
number
Defined in: src/components.d.ts:240
Opazität der GeoTIFF-Kacheln (0–1).
Default
ts
1url
url:
string
Defined in: src/components.d.ts:245
URL to the GeoTIFF file to be displayed on the map.
Default
ts
nullvalueRange?
optionalvalueRange: [number,number]
Defined in: src/components.d.ts:250
Value range for colormap normalization [min, max].
Default
ts
nullvisible
visible:
boolean
Defined in: src/components.d.ts:255
Sichtbarkeit des Layers
Default
ts
truezIndex
zIndex:
number
Defined in: src/components.d.ts:260
Z-index for layer stacking order. Higher values render on top.
Default
ts
100