StaticgetReturns the Capabilities URL for the given layer.
The layer to the get the Capabilities URL for.
The Capabilities URL.
StaticgetReturns the layers from a parsed WMS GetCapabilities object.
A capabilities object.
Configure the field which should be set as the 'name' property in the openlayers layer.
OptionalproxyFn: (proxyUrl: string) => stringOptional proxy function which can be applied to
GetMap, GetFeatureInfo and GetLegendGraphic
requests to avoid CORS issues.
Array of OlLayerImage
StaticgetFetches and parses the WMS Capabilities document for the given URL.
Url to WMS capabilities document.
Optional fetch options to make use of while requesting the Capabilities.
An object representing the WMS capabilities.
StaticgetFetches and parses the WMS Capabilities document for the given layer.
The layer to the get the Capabilites for.
Optional fetch options to make use of while requesting the Capabilities.
An object representing the WMS capabilities.
Helper class to parse capabilities of WMS layers
CapabilitiesUtil