Hierarchy (View Summary)

Constructors

Properties

basemapLayers: ImageLayer<ImageWMS>[] = []
independentLayers: Record<
    string,
    { layerWms: LayerWms; olayer: ImageLayer<ImageWMS> },
> = {}
layerManager: LayerManager
layers: LayerWms[] = []
map: Map
ogcServer: ServerOgc
olayer?: ImageLayer<ImageWMS>
resolutionTolerance: number = 5

Accessors

Methods

  • MapServer wants 1 filter per underlying WFS queryLayer, all included in parentheses QGIS-server wants 1 filter per underlying WFS queryLayer, each in its own in parentheses

    MapServer: (......) QGIS-server: (...)(...)

    Parameters

    Returns void