Interface GmfLayer

interface GmfLayer {
    dimensions: {};
    dimensionsFilters: {};
    editable?: boolean;
    id: number;
    layerType: string;
    metadata: GmfMetaData;
    name: string;
    ogcServer?: string;
    popupId?: string;
    style?: string;
    type: string;
}

Properties

dimensions: {}

The dimensions managed by the layer, if the value is null we will take the dimension from the application. Present only on layer in a mixed group.

dimensionsFilters: {}

The dimensions applied by filters on the layer configuration, if the value is null we will take the dimension from the application.

editable?: boolean
id: number

(GmfBaseNode)

layerType: string

The layer type.

metadata: GmfMetaData

(GmfBaseNode)

name: string

(GmfBaseNode)

ogcServer?: string
popupId?: string

A popup identifier for the associate submenu.

style?: string
type: string

WMS, WMTS or VectorTiles.