worldwind-ui API / react-worldwind / KmlLayerProps
Interface: KmlLayerProps ​
Defined in: react/src/layers.tsx:163
Extends ​
Properties ​
attribution? ​
optionalattribution?:string|LayerAttribution|null
Defined in: kit/src/layers.ts:86
Credit for the layer's data; null suppresses the default of a built-in layer.
Inherited from ​
displayName? ​
optionaldisplayName?:string
Defined in: kit/src/layers.ts:78
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/layers.ts:79
Inherited from ​
index? ​
optionalindex?:number
Defined in: react/src/hooks.ts:153
Position in the layer stack (0 = bottom). Applied on creation only.
Inherited from ​
legend? ​
optionallegend?:string|LayerLegend|null
Defined in: kit/src/layers.ts:88
Legend image URL or descriptor.
Inherited from ​
maxActiveAltitude? ​
optionalmaxActiveAltitude?:number
Defined in: kit/src/layers.ts:84
Inherited from ​
UseLayerOptions.maxActiveAltitude
minActiveAltitude? ​
optionalminActiveAltitude?:number
Defined in: kit/src/layers.ts:83
Inherited from ​
UseLayerOptions.minActiveAltitude
name? ​
optionalname?:string
Defined in: react/src/layers.tsx:165
onError? ​
optionalonError?: (error) =>void
Defined in: react/src/hooks.ts:155
Called when an asynchronous create rejects. Defaults to console.error.
Parameters ​
error ​
unknown
Returns ​
void
Inherited from ​
onLoad? ​
optionalonLoad?: (document) =>void
Defined in: react/src/layers.tsx:166
Parameters ​
document ​
unknown
Returns ​
void
opacity? ​
optionalopacity?:number
Defined in: kit/src/layers.ts:81
0..1
Inherited from ​
pickEnabled? ​
optionalpickEnabled?:boolean
Defined in: kit/src/layers.ts:82
Inherited from ​
timeDimension? ​
optionaltimeDimension?:TimeDimension|null
Defined in: kit/src/layers.ts:90
The instants the layer can show, for time sliders. Read from capabilities when available.
Inherited from ​
url ​
url:
string
Defined in: react/src/layers.tsx:164