Appearance
@npm9912/v-map / index / JSX / VMapLayerGeotiff
Interface: VMapLayerGeotiff
Defined in: src/components.d.ts:1517
Properties
colorMap?
optionalcolorMap:string|GeoStylerColorMap
Defined in: src/components.d.ts:1522
ColorMap für die Visualisierung (kann entweder ein vordefinierter Name oder eine GeoStyler ColorMap sein).
Default
ts
nullloadState?
optionalloadState:"ready"|"error"|"idle"|"loading"
Defined in: src/components.d.ts:1527
Current load state of the layer.
Default
ts
'idle'nodata?
optionalnodata:number
Defined in: src/components.d.ts:1532
NoData Values to discard (overriding any nodata values in the metadata).
Default
ts
nullopacity?
optionalopacity:number
Defined in: src/components.d.ts:1542
Opazität der GeoTIFF-Kacheln (0–1).
Default
ts
1url?
optionalurl:string
Defined in: src/components.d.ts:1547
URL to the GeoTIFF file to be displayed on the map.
Default
ts
nullvalueRange?
optionalvalueRange: [number,number]
Defined in: src/components.d.ts:1552
Value range for colormap normalization [min, max].
Default
ts
nullvisible?
optionalvisible:boolean
Defined in: src/components.d.ts:1557
Sichtbarkeit des Layers
Default
ts
truezIndex?
optionalzIndex:number
Defined in: src/components.d.ts:1562
Z-index for layer stacking order. Higher values render on top.
Default
ts
100Events
onReady()?
optionalonReady: (event) =>void
Defined in: src/components.d.ts:1537
Wird ausgelöst, wenn der GeoTIFF-Layer bereit ist. ready
Parameters
event
VMapLayerGeotiffCustomEvent<void>
Returns
void