ngeo
    Preparing search index...

    Interface WFSLayer

    interface WFSLayer {
        getData?: boolean;
        maxResolution?: number;
        minResolution?: number;
        name: string;
        queryable?: boolean;
    }
    Index

    Properties

    getData?: boolean

    If the layer is queryable and this property is set to false, then the layer won't be used in queries issued. Defaults to true.

    maxResolution?: number

    The maximum resolution the layer should be rendered (when visible).

    minResolution?: number

    The minimum resolution the layer should be rendered (when visible).

    name: string

    The layer name (WMS) and/or feature type name (WFS)

    queryable?: boolean

    Whether the the layer is queryable or not. Defaults to false.