worldwind-ui API / react-worldwind / WmsLayerProps
Interface: WmsLayerProps ​
Defined in: react/src/layers.tsx:39
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 ​
coordinateSystem? ​
optionalcoordinateSystem?:string
Defined in: kit/src/layers.ts:263
Inherited from ​
WmsLayerOptions.coordinateSystem
displayName? ​
optionaldisplayName?:string
Defined in: kit/src/layers.ts:78
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/layers.ts:79
Inherited from ​
format? ​
optionalformat?:string
Defined in: kit/src/layers.ts:254
Defaults to image/png.
Inherited from ​
fromCapabilities? ​
optionalfromCapabilities?:boolean
Defined in: react/src/layers.tsx:45
Read the sector, formats and tiling from the service's GetCapabilities document instead of the props; layerNames is then the single layer name to look up.
index? ​
optionalindex?:number
Defined in: react/src/layers.tsx:40
layerNames ​
layerNames:
string
Defined in: kit/src/layers.ts:251
Comma-separated WMS layer names.
Inherited from ​
legend? ​
optionallegend?:string|LayerLegend|null
Defined in: kit/src/layers.ts:88
Legend image URL or descriptor.
Inherited from ​
levelZeroDelta? ​
optionallevelZeroDelta?:number
Defined in: kit/src/layers.ts:262
Tile delta in degrees at level 0. Defaults to 36.
Inherited from ​
WmsLayerOptions.levelZeroDelta
maxActiveAltitude? ​
optionalmaxActiveAltitude?:number
Defined in: kit/src/layers.ts:84
Inherited from ​
WmsLayerOptions.maxActiveAltitude
minActiveAltitude? ​
optionalminActiveAltitude?:number
Defined in: kit/src/layers.ts:83
Inherited from ​
WmsLayerOptions.minActiveAltitude
numLevels? ​
optionalnumLevels?:number
Defined in: kit/src/layers.ts:258
Defaults to 19.
Inherited from ​
onError? ​
optionalonError?: (error) =>void
Defined in: react/src/layers.tsx:46
Parameters ​
error ​
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 ​
sector? ​
optionalsector?:SectorInput
Defined in: kit/src/layers.ts:260
Coverage of the layer. Defaults to the whole globe.
Inherited from ​
service ​
service:
string
Defined in: kit/src/layers.ts:249
WMS endpoint, e.g. https://example.org/geoserver/wms.
Inherited from ​
size? ​
optionalsize?:number
Defined in: kit/src/layers.ts:256
Tile size in pixels. Defaults to 256.
Inherited from ​
styleNames? ​
optionalstyleNames?:string
Defined in: kit/src/layers.ts:252
Inherited from ​
time? ​
optionaltime?:string|null
Defined in: kit/src/layers.ts:267
Value for the WMS TIME dimension.
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 ​
version? ​
optionalversion?:string
Defined in: kit/src/layers.ts:265
WMS protocol version, e.g. 1.3.0.