Copy each properties from a layer onto an other layer, with the option to exclude specific ones.
The layer from which to copy the properties.
The layer onto which the properties are copied.
Create and return an ol.layer.Group. You can pass a collection of layers to directly add them in the returned group.
Layer group.
URL template. Must include {x}, {y} or {-y}, and {z} placeholders. A {?-?} template pattern, for example subdomain{a-f}.domain.com, may be used instead. of defining each one separately in the urls option.
a Mapbox Style object.
the name of the url as identified in the style.
The projection code.
The tile grid to define the source with.
Vector tile layer.
Create and return a basic WMS layer with only a source URL and a comma separated layers names (see {@link import('ol/source/ImageWMS').default}).
The source URL.
A comma separated names string.
Image format, for example 'image/png'.
WMS Layer.
Create and return a basic WMS layer using an OGC data source.
OGC data source.
WMS Layer.
Create and return a promise that provides a WMTS layer with source on success, no layer else. The WMTS layer source will be configured by the capabilities that are loaded from the given capabilitiesUrl. The style object described in the capabilities for this layer will be added as key 'capabilitiesStyles' as param of the new layer.
The getCapabilities url.
The name of the layer.
A Promise with a layer (with source) on success, no layer else.
Create and return a WMTS layer using a formatted capabilities response and a capability layer.
The complete capabilities object of the service
The layer capability object
WMTS layer
Small hack to get perfect sync with the on resolution status and the zoom to resolution.
fixed maximum resolution.
Get an array of all layers in a group. The group can contain multiple levels of others groups.
The base layer, mostly a group of layers.
Layers.
Get an array of all layers in a group. The group can contain multiple levels of others groups. When we flatten a group, we get the child layers. If opacity is defined on the group, this value is lost. Computed opacity is a custom 'back-up' value that contains the calculated value of all ancestors and the given layer.
The base layer, mostly a group of layers.
An array to add layers.
Opacity inherited from ancestor layer groups.
Layers.
Retrieve (or create if it doesn't exist) and return a group of layer from the base array of layers of a map. The given name is used as unique identifier. If the group is created, it will be automatically added to the map.
A map.
The name of the group.
The group corresponding to the given name.
Get a layer that has the LAYER_NODE_NAME_KEY property equal to a given layer name from an array of layers. If one of the layers in the array is a group, then the layers contained in that group are searched as well.
The node name of the layer we're looking for.
Layers.
Layer.
The WMS layer.
List of query source ids, a.k.a. the data source ids this layer is composed of.
Get the WMS legend URL for the given node.
The base url of the wms service.
The name of a wms layer.
The legend URL or undefined.
Get the WMTS legend URL for the given layer.
Tile layer as returned by the ngeo layerHelper service.
The legend URL or undefined.
Returns if this layer is visible at the current resolution.
Layer.
Map.
Is the layer currently visible?
Force a WMS layer to refresh using a random value.
Layer to refresh.
Set ZIndex property to first level children elements
The group of layer with first level children layers.
The ZIndex for children element.
Update the LAYERS parameter of the source of the given WMS layer.
The WMS layer.
The names that will be used to set the LAYERS parameter.
Generated using TypeDoc
The Tiles Preloading Limit value